body {
  margin: 0;
  font-family: 'Patrick Hand', cursive;
  background: url("bg-paper.jpg");
  background-size: cover;
  color: #4b2e2e;
}

.cover {
  text-align: center;
  padding: 80px 20px;
}

h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 60px;
}

.subtitle {
  font-size: 20px;
  margin-bottom: 40px;
}

.note {
  width: 260px;
  transform: rotate(-3deg);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.path {
  border-left: 3px dotted #7b5a3c;
  height: 100px;
  margin: 0 auto;
}

.story {
  padding: 60px 30px;
  text-align: center;
}

.story h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 36px;
}

.fun {
  background: rgba(255,255,255,0.2);
}

.storm {
  background: rgba(0,0,0,0.08);
}

.end {
  text-align: center;
  padding: 100px 20px;
}

.final-line {
  font-size: 22px;
  margin-top: 20px;
}

.music-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 18px;
  background: none;
  border: none;
  cursor: pointer;
}
