* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background: #f8f6ef;
  color: #1f1f1f;
}

.garden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.garden-svg {
  width: 100%;
  height: 100%;
}

#seed {
  fill: #2f3e2f;
  transform-origin: center;
}

#curve {
  fill: none;
  stroke: #2f3e2f;
  stroke-width: 6;
  stroke-linecap: round;
}

#flower {
  fill: #d8a7b1;
  opacity: 0;
  transform-origin: center;
}

.text {
  position: absolute;
  left: 8%;
  bottom: 10%;
  max-width: 420px;
}

.text h1 {
  font-size: 3rem;
  margin: 0 0 12px;
}

.text p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.scroll-space {
  height: 3000px;
}
