﻿body {
    background-color: #030303;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 94vh;
    margin-top: 4vh;
    margin-right: 3vh;
    margin-bottom: 2vh;
    margin-left: 3vh;
}

img {
    width: 11%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

video {
    height: 70vh;
}

a {
    color: #FFFA00;
    flex-grow: 0.05;
    font-family: poppins;
    font-weight: lighter;
    text-decoration: none;
}

.gif-grain {
    z-index: 5000;
    opacity: .05;
    pointer-events: none;
    mix-blend-mode: color-dodge;
    background-image: url(https://cdn.prod.website-files.com/5e2dfeced2e067d6e5b68c94/67ebed522c53f6e02408798c_grain.gif);
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0%;
    overflow: visible;
}

.blur {
    position: fixed;
    top: 45%;
    left: 10%;
    width: 80%;
    height: 20%;
    backdrop-filter: saturate(120%) blur(20px);
    background-color: #ffffff1a;
    outline: #ffffff45;
    outline-style: solid;
    outline-width: thin;
    border-radius: 9px;
    opacity: 0;
}

.video-container {
    height: 100%;
    align-content: center;
}

.socials {
    display: flex;
    justify-content: center;
}


