body {
  background: #BFD6E3;
}
p {
  color: black;
}

h1 {
  color: #ffffff;
  font-family: 'Caveat', cursive;
  font-size: 40px; 
  text-align: center
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #867d7d;
}

li a {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Caveat', cursive;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #B8AAAA;}

.gamepageart {

  width: 1900px;
  height: 600px;
}
.gameart {

  width: 900px;
  height: 600px;
  margin-left: 550px;
}



