body {
  margin: 0;
  font-family: sans-serif;
  background-color: #f5f2ec;
  color: #4b2e2e;
  padding: 1rem;
}
h1, h2 {
  color: #4b2e2e;
}
button {
  background-color: #4b2e2e;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}
