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