body {
    font-family:'Courier New', Courier, monospace;
    text-align: center;
}

#board {
    background-image: url("./img/bg.jpg");
    background-size: cover;
    /* Makes the background cover the entire board */
    background-position: center;
    /* Centers the background image */
    background-repeat: no-repeat;
    /* Prevents the background from repeating */
}