
body {
  margin: 0;
  font-family: 'Patrick Hand', cursive;
  background: linear-gradient(to bottom, #fff5fc, #ffffff);
  color: #333;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.cover {
  width: 100%;
  display: block;
  border-bottom: 8px solid hotpink;
}

.hero-text {
  position: absolute;
  top: 20px;
  left: 30px;
  color: hotpink;
  text-shadow: 2px 2px white;
}

.hero-text h1 {
  font-size: 3.5em;
  margin: 0;
}

.hero-text p {
  font-size: 1.2em;
  margin-top: 10px;
}

.intro {
  padding: 40px 20px;
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.intro h2 {
  font-size: 2.2em;
  color: deeppink;
}

footer {
  text-align: center;
  padding: 20px;
  background: #ffe6f0;
  border-top: 4px dashed hotpink;
}
