#games_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}

.game {
  margin: 10px;
  padding: 10px;
  width: 35%;
  display: flex;
  justify-content: space-between;
}
