body {
    font-family:'Courier New', Courier, monospace;
    text-align: center;
     background: rgba(234, 145, 12, 0.8);
}

#board {
    /* background-color: lightgray; */
    background-image: url(img/bgimage.png);
       background-size: 100% 100%;   /* stretches to fit canvas width & height */
    background-repeat: no-repeat;
    border-bottom: 1px solid black;
}
#harsh{

    font-size: 35px;
}
h1{
    color: aliceblue;
    font-size: 50px;
    
}