body {
  background-color: azure;
}

h1 {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  color: gray;
}

#game div {
  border: 1px solid black;
  width: 15%;
  height: 200px;
  margin: 10px;
  display: inline-block;
}

div#buttons {
  text-align: center;
}

button {
  padding: 10px;
  margin-right: 30px;
  border-radius: 10px;
  background-color: whitesmoke;
  color: gray;
}

a {
  padding: 7.5px;
  border: 2px solid black;
  border-radius: 10px;
  text-decoration-line: none;
  background-color: whitesmoke;
  color: gray;
}

p {
  text-align: center;
  font-size: 2em;
  color: gray;
  font-weight: bold; 
}