
body {
  font-family: sans-serif;
  background: #fff7d6;
  text-align: center;
  padding: 2em;
  color: #6b4e00;
}
button {
  background: #facc15;
  color: #000;
  border: none;
  padding: 0.5em 1em;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
}
