* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 900%;
    overflow: hidden;
}

#canvas {
    display: block;
    background-color: #000;
}

.control {
    font-size: 2.0em;
    font-weight: bold;
    font: "Consolas, Monospace";
    float: left;
}
