body {
    background: url("./bg.jpg");
    background-size: cover;
    font-family:'Courier New', Courier, monospace;
    text-align: center;
}

#board {
    background-color: rgb(0, 0, 0);
}
