#video-background {
    position: absolute  ;
    right: -44px;
    bottom: -121px;
    width: 130%;
    height: auto;
    z-index: -1;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    background-size: cover;
    opacity: 0.4;
}

#video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.4s ease-in-out;
    z-index: 2;
    margin: 0;
}

body {
    /* position: relative;
    z-index: 1; */
    color: white;
}

.row:first-of-type {
    margin-top: 15%;
}

h1, p {
    margin: 2rem;
}

.row button {
    width: fit-content;
}



svg {
    width: 6%;
    position: absolute;
    top: 2%;
    right: 2%;
    cursor: pointer;
}

footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;    
}
  
footer .col {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}

footer p {
    margin: 0;
}

footer .modal {
    color: black;
    text-align: justify;
    padding: 2rem;
}

footer a {
    color: white;

}