#background-video {
    width: 100vw;
    height: 100vh;
    /*object-fit: cover;*/
    /*position: fixed;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}


@media (max-width: 750px) {
    #background-video {
        width: 100vw;
        height: 100vh;
        /*object-fit: cover;*/
        /*position: fixed;*/
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
}

.container-confirm-button {
    display: flex;
    justify-content: center;
}

.confirm-button {
    background-color: #aee7ff;
    border:1px solid #000000;
    color: #000000;
}