/* V1.2.2 */

*
{
    margin: 0;
    padding: 0;
}
html,
body
{
    overflow: hidden;
    background-color: black;
}

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

form {
    font-family: 'Courier New';
    position: absolute;
    display: block;
    color: whitesmoke;
    /* z-index: 99; */
    left: 0%;
    top: 0%;
    }

#kofi {
    position: fixed;
    left: 0;
    bottom: 0;
}

#dropDown{
          margin: 10px;
}

#input{
      margin: 10px;
}




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