body {
    margin: 0;
    overflow: hidden; /* Prevent scrollbars from appearing */
    background-color: #420;
}

canvas {
    display: block;
}