*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    overflow: hidden;
}

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

nav {
    position: absolute;
    top: 8px;
    left: 0;
    width: calc(100% - 8px);
    z-index: 10;
    display: flex;
    justify-content: right;
    gap: 10px;
}

#github {
    stroke: #FFF;
    transition: stroke 0.5s;
}

#github:hover {
    stroke: #cc9b52;
    transition: stroke 0.5s;
}

#twitter {
    stroke: #FFF;
    transition: stroke 0.5s;
}

#twitter:hover {
    stroke: #cc9b52;
    transition: stroke 0.5s;
}

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