body {
    background: #202028;
    color: white;
    font-family: sans-serif;
    font-size: 2em;
    text-align: center;
}

canvas {
    border: solid 5px white;
    border-radius: 5px;
    height: 90vh;
}