body {
  background: #111;
  color: #f5f5f5;
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  text-align: center;
}

h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto 1rem;
  color: #aaa;
}

.box {
  padding: 1rem 2rem;
  border: 1px dashed #555;
  border-radius: 8px;
  background-color: #222;
}

.mofa {
  font-style: italic;
  color: #f39c12;
}

footer {
  position: absolute;
  bottom: 1rem;
  font-size: 0.8rem;
  color: #444;
}
