h1 {
  text-align: center;
}

.container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 20px;
}

button {
  padding: 20px 40px;
  font-size: 24px;
}
