@font-face {
    font-family: BrandonGrotesque;
    src: url(assets/fonts/717e2752d91b300762fd19e6f74b9913.woff);
}
@font-face {
    font-family: Omnes;
    src: url(assets/fonts/8c518e5f4eab6abc366d3d562030ee3e.woff);
}

*
{
    margin: 0;
    padding: 0;
}

a {
    color: white;
    text-decoration: none;
    pointer-events: auto;
}

html,
body
{
    overflow: hidden;
}

body {
    opacity: 0;
    transition: opacity ease 5s;
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

#container {
    position: fixed;
    width: 100%;
    height: fit-content;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 100px;
    color: white;
    pointer-events: none;
}

#container h1 {
    font-family: BrandonGrotesque;
    margin-bottom: 10px;
    font-size: 3em;
}

#container p {
    font-family: Omnes;
}

#spidernet {
    opacity: 0.5;
    position: fixed;
    top: -50px;
    left: -20px;
    width: 30%;
    min-width: 600px;
    pointer-events: none;
}

#footer {
    font-family: BrandonGrotesque;
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: white;
    pointer-events: none;
}

#footer-left, #footer-right {
    padding: 50px;
}

#logo {
    width: 50px;
    height: auto;
    margin-bottom: 40px;
    transition: transform 0.3s;
}

#logo:hover {
    transform: scale(1.1);
}

@media only screen and (max-width: 600px) {
    #container {
        padding-top: 30px;
    }

    #container h1 {
        margin-bottom: 0px;
        font-size: 2em;
    }

    #footer {
        font-size: 10px;
    }

    #footer-left, #footer-right {
        padding: 10px;
    }

    #logo {
        width: 30px;
        margin-bottom: 20px;
    }
}

/*# sourceMappingURL=main.css.map*/