
body {
    font-family: 'Exo', sans-serif;
    font-size: 14pt;
    color:white;
}

a {
    color:white;
}


a:hover {
    color:#82e2ff;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.viewport-header {
    position: relative;
    height: 70vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    position: absolute;
    width: 70vw;
    height: auto;
    padding: 50px;
}