*
{
    margin: 0;
    padding: 0;
}

html, body
{
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    touch-action: none;
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: codecCold;
    src:url(aaddd2ea533d91cd.OTF);
}

#text-wrapper
{
    display: flex;
    justify-content: space-around;
    position: relative;
    top: 50%;
}

#text
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    padding-bottom: 20px;;
    color: #404040;
    font-size: 20px;
    font-family: codecCold, sans-serif;
}

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