* {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

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

a {
    color: rgb(0, 255, 229);
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.footer {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 18px;
}