body {
  margin: 0;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  background-color: #ffeef4;
  color: #333;
  text-align: center;
}

.header {
  background-color: #ffd1e3;
  padding: 20px 0;
  border-bottom: 2px dotted #f7a7c1;
}

.title {
  font-size: 28px;
  font-weight: bold;
  color: #e64b8c;
}

.nav {
  margin-top: 10px;
}

.nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #d14f7b;
  font-weight: bold;
}

.nav a:hover {
  text-decoration: underline;
}

.content {
  background-color: #fff5fa;
  margin: 40px auto;
  padding: 20px;
  max-width: 600px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(200, 100, 150, 0.2);
  border: 1px dashed #e5a0be;
}

footer {
  margin-top: 50px;
  color: #aaa;
  font-size: 0.9em;
}
