body {
    margin: 0;
    background-color: #000;
    color: #fff;
    font-family: Monospace, serif;
    font-size: 13px;
    line-height: 24px;
    overscroll-behavior: none;
}

a {
    color: #dc0909;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #fff;
    outline: none;
}

#info {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

#demo {
    position: absolute;
    top: 20px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

a, button, input, select {
    pointer-events: auto;
}

@media all and ( max-width: 640px ) {
    .lil-gui.root {
        right: auto;
        top: auto;
        max-height: 50%;
        max-width: 80%;
        bottom: 0;
        left: 0;
    }
}

.current-demo,
.current-demo:hover {
    text-decoration: underline;
    color: #fff;
}
