body {
    font-family:'Courier New', Courier, monospace;
    text-align: center;
    background-color: black;
}

#board {
    /* background-color: skyblue; */
    /* background-image: url("./flappybirdbg.png"); */
    width: 400px;
    height: 600px;
    background-repeat: no-repeat;

}
