body {
    background-color: grey;
}

h1 {
    color: white;
    text-align: center;
}

h2 {
    color: white;
    text-align: center;
}

.games {
  display: flex;
  justify-content: center;
  align-items: center;    
  height: 200px;           
  background-color: white;
  border-radius: 5%;
}
