html, body {
    margin: 0;
}

.title-area {
    position: absolute;
    left: 5vw;
    bottom: 5vw;
    color: white;
    background-color: rgba(0,0,0,0.4);
    padding: 2vw;
}

.separator-container {
    display: flex;
    justify-content:center;
    margin-bottom: 2em;
}
.separator {
    border-bottom: 2px solid rgb(132, 194, 40);
    width: 120px;
}
.pane {
    margin: 1vw;
}

.form-input {
    outline: none;
    border: none;
    border-bottom: 2px solid #999;
}

.footer {
    display: flex;
    flex-direction: column;
    background: black;
    color: white;
    padding: 8px;
}
.footer a, .footer a:visited {
    color: white;
}