*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    overflow: hidden;
}

main{
    width: 100vw;
    z-index: 99;
    position: absolute;
    width: 100%;
    margin: 0px auto
}
input
{
    width: 170px;
    height: 25px;
}

input:valid {
    background-color: #ddffdd;
  }

form:invalid button {
    opacity: 0.3;
    pointer-events: none;
  }

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

/* Test */
header{
    color: white;
}

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