body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #fff0f6;
  color: #880e4f;
  margin: 0;
  padding: 20px;
}

header {
  text-align: center;
  border-bottom: 3px solid #ff4081;
  padding-bottom: 10px;
}

h1 {
  font-family: 'Comic Sans MS', cursive, sans-serif;
  font-size: 3rem;
  color: #d81b60;
  text-shadow: 1px 1px 4px #ff80ab;
}

nav {
  margin: 20px 0;
  text-align: center;
}

nav a {
  color: #ad1457;
  text-decoration: none;
  font-weight: bold;
  margin: 0 10px;
}

nav a:hover {
  text-decoration: underline;
}

main {
  max-width: 700px;
  margin: 0 auto;
  background: #ffe4ec;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px #ff80ab;
}

h2, h3 {
  font-family: 'Segoe UI Black', sans-serif;
}

footer {
  text-align: center;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #b71c1c;
}
