h1.game-title {
  font-size: 28px;
}

.foot-container {
  background-color: #333;
  width: 100%;
}
.foot-menu {
  padding-top: 15px;
  padding-bottom: 5px;
}
.foot-menu-list {
  list-style: none;
  margin: 0px;
}
.foot-menu-list a {
  color: white;
  text-decoration: none;
}
.copyright {
  text-align: center;
  padding-bottom: 5px;
}
.copyright p {
  color: white;
  margin: 0px;
}
.contact {
  width: 320px;
}


