html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #001224;
    color: #444;
}

canvas {
    width: 100%;
    height: 100%;
}

img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
}

.info {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
    color: #fff;
    text-align: center;
}

p {
    display: inline-block;
    margin-right: 30px;
}

/* .lil-gui {
    opacity: 0;
} */

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