body {
    background-color: rgb(168, 153, 2555);
  }

div.mainBox{
  display: flex;
  background-color: rgb(255, 255, 255);
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: absolute;
  left: 45%;
  top: 25%;
  padding: 25px;
}

div.textBox{
  background-color: black;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: larger;
  white-space: nowrap;
}

a.games{
padding: 5px;
flex-direction: row;
}

div.flexColumn{
  display: flex;
  flex-direction: column;
  flex: 1;
}

div.flexRow{
  display: flex;
  flex-direction: row;
}







div.gameFieldBody{
position:relative;
background-color:rgb(253, 201, 218);
padding-left: 100px;
padding-top: 750px;
margin: 150px 20px 20px 20px;
clear:both;
}

div.gameFieldGrid{
  background-color:rgb(253, 201, 218);
  padding-left: 100px;
  padding-top: 750px;
  margin: 150px 20px 20px 20px;
  clear:both;
  }

div.scoreBoard{
color:white;
font-size: 35px;
text-align: center;
background-color: blue;
margin-left: auto; 
margin-right: 20px;
height: 100px;
width: 200px;
}

div.scoreDisplayed{
color:white;
font-size: 35px;
text-align: center;
background-color: blue;
margin-left: auto; 
height: auto;
width: auto;
}

div.snakeBody{
  color: green;
  margin: 0px;
  padding: 0px;
  background-color: #FF0000;
  position: absolute;
  border: 0px solid #000080;
  background-repeat: no-repeat;
  left: 40px;
  top: 40px;
  width: 20px;
  height: 20px;
}
