body {
    margin: 0;
    background-color: rgb(0, 0, 0);

    overflow: hidden;
}

canvas {
    position: absolute;
}
#canvas {
    z-index: 2;
}

#status {
    position: absolute;
    bottom: 4px;
    left: 4px;

    font-family: "Quicksand", sans-serif;

    color: rgb(230, 230, 230);

    z-index: 3;
}
#full-screen-button {
    position: absolute;
    top: 15px;
    right: 15px;

    width: 25px;
    filter: invert(100%);
    cursor: pointer;

    z-index: 3;
}