@import url(https://fonts.googleapis.com/css?family=PT+Serif&display=swap);
*{
    margin: 0;
    padding: 0;
}

html,
body
{
    overflow: hidden;
    font-family:'PT Serif';
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

#score {
    position: fixed;
    top: 5%;
    right: 50%;
    color: white;
    font-size:30px;
    text-align:center;   
}

#help {
    position: fixed;
    top: 90%;
    left: 5%;
    color: white;
    font-size:30px;
}

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