@font-face {
    font-family: 'GamerFont';
    src: url('./fonts/Gamer.ttf') format('truetype');
}

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

#board {
    /* background-color: skyblue; */
    background-image: url("./images/flappybirdbg.png");
}

/* #score {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 60px;
    font-family: 'GamerFont', sans-serif;
    color: white;
    -webkit-text-stroke: 2px black; */
    /* text-shadow: 2px 2px 4px black;
    z-index: 100;
} */