#board{
    width: 600px;
    height: 600px;
    background-color: #1c7430;
}
#scorebar{
    width: 600px;
    height: 90px;
    background-color: #0b2e13;
    background-color: gree;
}
#wrapper{
    display: inline-block;
}
body{
    text-align: center;
    background-color: gainsboro;
}
#grid{
    /*18 blocks by 18 blocks*/
    background-color: #6610f2;
    width: 540px;
    height: 540px;
    position: relative;
    left: 30px;
    top: 30px;

}