#quizContainer {
    padding: 48px 0;
}

#btn-quiz {
    /*position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;*/
    justify-content: center;
    /*margin-top: -140px;*/
}

.card-title {
    min-height: 64px;
}

video {
    width: 90%;
    position: relative;
    left: 5%;
    right: auto;
    margin-top: 1.4rem;
    background-color: #310a8e;
    background-size: cover;
    overflow: hidden;
    border-radius: 16px;
}