body {
    background: black;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: "Liberation Serif", serif;
}

* { z-index: inherit; }

canvas {
    border: 1px solid white;
    width: 100%;
    height: 100%;
}

div.canvas {
    position: absolute;
    top: 5vh;
    margin-left: 5%;
    width: 90%;
    height: 90vh;
    background: #242424;
    z-index: -1;
}

div#message {
    position: absolute;
    top: 0;
    height: 5vh;
    margin-left: 5%;
    margin-top: 0;
    padding-top: 1.5vh;
    z-index: 1;
}

h3#msg {
    color: #8cce3b;
    padding-top: 0;
    margin-top: 0;
    font-size: 2.5vh;
}

h3 { color: navy; }

div#icons {
    position: absolute;
    top: 5vh;
    margin-left: 95%;
    padding-left: 1em;
}

span#infob {
    font-size: 2em;
    color: #ffacac;
}

span#infob:hover {
    color: #ff4800;
    font-size: 2.5em;
    cursor: pointer;
}

table#cfg input {
    width: 3em;
}

table#cfg td {
    padding-right: 0.5em;
}

p#cfgerr {
    font-style: italic;
    color: #ff0088
}

div#logo {
    position: absolute;
    top: 95vh;
    padding-top: 0.25em;
    right: 5%;
    color: #484848;
    text-align: right;
    font-size: 1.5em;
}

span#cogware a {
    color: cornflowerblue;
    text-decoration: none;
}

span#cogware a:hover {
    color: #ffac00;
    cursor: pointer;
}

div#readme {
    position: absolute;
    top: 10vh;
    visibility: hidden;
    background: #d8d8f4;
    margin: 2em;
    z-index: 20;
    opacity: 90%;
    text-align: right;
}

div#readme_content {
    padding: 1em;
    text-align: justify;
    font-family: Cantarell, sans-serif;
}

span#close_x {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 0.5em;
    color: #880000;
    font-weight: bold;
}

span#close_x:hover {
    color: #ff00ff;
}