
.title {
    width: 80%;
    margin-top: 10vh;
    margin-left: 10%;
    font-size: 1.3em;
    font-weight: bold;
    color: gray;
}
.content {
    width: 80%;
    margin:0 auto;
    padding-bottom: 5em;
}

.movie {
    width: 100%;
    aspect-ratio: 16 / 9;
}

#change_btns {
    margin-top: 2em;
}
#change_btns > button {
    margin-right: 1em;
    padding: 0.5em 1.5em;
    background-color: white;
    border: solid 1px lightgray;
    border-radius: 5% / 30%;
}
.active_btn {
    background-color: #555555!important;
    color: white!important;
    border: solid 1px #555555!important;
}

.desc {
    margin-top: 2em;
    padding-bottom: 2em;
}
.desc tr {
    height: 2em;
}
.desc tr > td {
    padding-top: 0.5em;
}

.note {
    font-size: 0.9em;
    color: #666666;
    padding-left: 2em;
}