header {
  /*background-color: #3ea6fa;*/
  text-align: left;
  padding: 15px;
  color: black;
  background: url(banners/gamebanner.png)no-repeat right;
}

/*body {
  background: url(backgrounds/homebg.jpeg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}*/

main {
  background-color: white;
  margin: auto;
  width: 1250px;
  border: 8px solid red;
  border-radius: 5px;
  font-family: Sans-serif, "Verdana";
}

separator {
  color: black;
}

section {
  padding: 1px;
}

p {
  color: black;
  position: center;
  padding: 1px;
}

div.games {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div.games-item {
  margin: 10px;
  border: 2px solid #ccc;
  border-radius: 5px;
  width: 120px;
}

div.games-item:hover {
  border: 4px solid #777;
}

div.games-item img {
  width: 100%;
  height: auto;
}

div.games-item div.desc {
  padding: 10px;
  text-align: center;
}