/* public/styles.css */
body {
  background-color: #f8f9fa;
  color: #333;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
}

button {
  margin-top: 20px;
}
