body {
    margin: 0;
    height: 100%;
}

canvas {
    width: 100%;
    background-color: #000;
    color: teal;
}