.video-container {
    margin: auto;
    display: table;
    max-width: 60%;
    text-align: center;
}

.video-content {
    width: 100%;
}

.answerContainer {
    display: flex;
    flex-direction: column;
    margin-top: 2%;
}

.answerButton {
    margin-left: 20%;
    margin-bottom: 2em;
    padding: 20px 10px;
    width: auto;
    max-width: 60%;
}

#resetProgress {
    position: absolute;
    color: red;
}