body {
  background: #fff0f6 url('https://i.ibb.co/NnCZPr3/fairy-paper-texture.jpg') repeat;
  font-family: "Georgia", serif;
  color: #5c3b47;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 800px;
  margin: 0 auto;
  background: rgba(255, 245, 250, 0.9);
  border: 3px solid #f7b5d1;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(255,182,193,0.4);
}

header {
  text-align: center;
  padding-bottom: 10px;
}

h1 {
  font-family: "Brush Script MT", cursive;
  font-size: 48px;
  color: #d87093;
  margin: 0;
  text-shadow: 1px 1px #fff;
}

.bow {
  width: 80px;
  display: block;
  margin: 10px auto;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}

nav ul li {
  display: inline;
}

nav ul li a {
  text-decoration: none;
  color: #b3446c;
  font-weight: bold;
  border-bottom: 2px dotted #f7b5d1;
  padding: 2px 5px;
  transition: all 0.2s ease;
}

nav ul li a:hover {
  color: #fff;
  background: #f7b5d1;
  border-radius: 6px;
}

main {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}

footer {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #a86b84;
}
