.video-header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-header > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

video {
    position: absolute;
}

#logo-img {
    z-index: 999;
    position: relative;
    top: 20%;
}

#contact {
    z-index: 999;
    position: fixed;
    bottom: 20px;
}

#contact-mail {
    color: white;
    text-decoration: none;
    font-size: 2vh;
    font-family: system-ui;
}