/* styles.css */
html, body {
  margin: 0;
  height: 100%;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f8f9fa;
  font-family: Arial, sans-serif;
  color: #333;
}
.container {
  max-width: 90%;
}
h1 {
  margin: 0.5em 0;
  font-size: 2rem;
}
