body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #F1f9ec;
  color: #93B666;
}

h1 {
  color: #92B920;
  margin-bottom: 10px;
}
