body{
    background-color: rgb(255, 255, 255);
}
#board{
  background-color: rgb(197, 255, 255);
  border-bottom: 50px solid chocolate;
}
body{
    text-align: center;
}