html, body {
    margin: 0;
    padding: 0;
}
.input {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.buttons {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 170px;
    padding: 0.5em;
    background: #FFF8E8;
    height: 300px;
    overflow: scroll;
}

.buttons button {
    margin: 0 1em;
    border: none;
    background: none;
}
.buttons>div {
    background: #AAB396;
    padding: 0.3em;

}
.footer {
    position:fixed;
    bottom:0;
    left: 0;
    background: #AAB396;
    padding: 1em;
    width: 100vw;
    font-size: 0.9em;
}

.header {
    padding: 2em;
    background: #AAB396;

}
.key {
    display: block;
}
.content-wrapper {

    overflow: scroll;

    background: #FFF8E8;
}
.content {
    padding: 0 2em;
    height: 100px;
}

.active {
    background: #674636;
    color: white;
}

textarea {
    background: #FFF8E8;
    border: 1px solid #ccc;
    width: 1000px;
    height: 300px;
    border-radius: 10px;
    padding: 2em;
}

.content table {
    position: relative;
    font-family: Volpiano;
    font-size: 3em;
}
.content_synopsis {

    padding: 0 2em;
}
.content_synopsis table {
    font-family: Volpiano;
    font-size: 3em;
    margin-bottom: 4em;
}
.content_synopsis table .key {
    font-family: Arial;
    position: relative;
    font-size: 0.3em;
}

.content_synopsis table .key .key_value {
    position: absolute;
    top: -10px;
}

.content tr {
    position: absolute;
    top: 0;
}

.highlight {
    color: darkred;
    opacity: 0.8 !important;
}