body {
  font-family: Arial, sans-serif;
}

#buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

button {
  padding: 10px 20px;
  font-size: 18px;
}
