body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}

#game-container {
  text-align: center;
}

#person-image {
  max-width: 100%;
  margin-top: 20px;
}

button {
  margin-top: 10px;
  padding: 10px;
  cursor: pointer;
}
