body {
    margin: 0;
    height: 100%;
    cursor: pointer;
    background-color: #EB008B;
}

.flex-wrapper{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@font-face {
    font-family: 'Univers Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Univers Bold'), url('univers-bold-5871d3ac12757.woff') format('woff');
}

.click-text{
    font-size: 1.2em;
    text-align: center;
}




/* VIDEO */
video { 
    position: fixed;
    width: 100%;
    z-index: -100;
    object-fit: contain;
    transition: opacity 2s ease-in 0.3s;
}

#bg-vid {
    height: 100%;
    object-fit: cover;
}