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

#board{
    background-image: url("./background.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/* .left img{
    height: 100vh;
    width: 50vw;
}

.right img{
    height: 100vh;
    width: 50vw;
} */