body {
    background-color: rgb(2, 2, 47);
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    color: white;
}

canvas {
    border: solid #313131 1px;
}

#game-board {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 95vh;
    width: 100vw;
}

.game-info {
    margin-bottom: 20px;
    font-size: large;
    display: flex;
    justify-content: space-between;
}
