body {
  background-color: #fdf6e3;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.container {
  text-align: center;
  padding: 20px;
  max-width: 600px;
  border: 2px dashed #f2454d;
  border-radius: 10px;
  background-color: #ede9e0;
}

h1 {
  font-size: 2em;
  color: #254f91;
}

p {
  font-size: 1.1em;
  margin: 10px 0;
}

footer {
  margin-top: 20px;
  font-size: 0.9em;
  color: #888;
}
