html, body {
    margin: 0;
    padding: 0;
    background: black;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    background-color: black;
}


.nav {
    position: fixed;
    bottom: 15px;
    left: 15px;
    color: white;
    font-family: 'Roboto', sans-serif;
    z-index: 10;
}

.pavilon {
    display: flex;
    align-items: flex-end;
}

.pavilon h1 {
    font-size: 6rem;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.pavilon h2 {
    font-size: 3rem;
    margin: 0 0 4px 8px;
    opacity: 0.9;
    line-height: 1;
}
