body {
    font-family: "IBM Plex Sans", sans-serif;
    background: url("assets/video.mp4") no-repeat;
    background-size: cover;
    color: white;
}

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

.container {
    margin: 2rem 2rem 2rem 2rem;
}

.navigation {
    display: flex;
    font-size: 20px;
    justify-content: space-between;
}

.identity {
    display: flex;
    padding-right: 12px;
    text-transform: uppercase;
}

.logo {
    margin-right: 12px;
}

.menu {
    display: flex;
}

ul {
    display: flex;
    list-style-type: none;
}

li {
    margin-right: 24px;
}

.intro {
    margin-top: 4rem;
    position: fixed;
    bottom: 100px;
}

h1 {
    font-size: 3rem;
    margin: 0 0 4px 0;
}
.intro p {
    margin: 0;
    font-size: 32px;
    font-weight: 300;
    width: 700px;
}


