body {
    text-align: center;
    background: black;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

#board {
    /* background-color: green; */
    background-image: url("./doodlejumpbg.png");
    background-size: cover;
    max-height: 100vh;
    max-width: 100vw;
}