body {
  background-image: url(squares3.png);
  background-size: 100vw;
  background-color: #f9f9f9
}

.lists{
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.lists li{
  display: block;
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.lists li:hover {
  background-color: #ddd;
  color: black;
}

section{
  background-image: url(whiute.png);
}

h2{
  text-align: center;
  margin-top: -10vh;
}

h3{
  text-align: center;
}

.play{
  color:black;
  text-decoration: none;
}