.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}


#videoContainer {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#homediv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1; 
}

#homeheader {
    font-size: 3rem;
    margin-bottom: 20px;
}

.btn-info {
    font-size: 1.5rem;
    padding: 10px 30px;
}


