body {
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    background: linear-gradient(to right ,rgb(0, 191, 255),rgb(0, 255, 225));
}

#board {
    background-image: url(flappybirdbg.png);
}