body {
    height: 99%;
    background-color: rgb(46, 42, 42);
}

* {
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(201, 201, 201);
}

h1 {
    text-align: center;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

canvas {
    border: 2px solid gray;
    border-radius: 3px;
    background-color: rgb(24, 23, 23);
}

#game {
    width: 800px;
    height: 700px;

    display: flex;
    justify-content: center;
    align-items: center;
}