* {
    margin: 0;
    padding: 0;
}

html,
body {
    overflow: hidden;
}

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

.signature {
    margin-left: auto;
    margin-top: -5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 7%;
    text-align: right;
    z-index: 10;
}

.signature a {
    color: #6a6862;
    font-family: PT Sans,sans-serif;
    letter-spacing: initial;
}

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