@import url('https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: lightgray;
  background-color: white;
}

  .video {
  display: none;
  position: fixed;
  z-index: 2;
  bottom: 16px;
  width: 100vw;
  height: auto;
}

p {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
}

.title {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-style: normal;
  font-size: xx-large;
  position: absolute;
  right: 30%;
  top: 45%;
}

.arrow {
  font-family:Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 48px;
  position: absolute;
  bottom: 1%;
  right: 1%;
  animation: MoveUpDown 2s ease-in infinite;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 5px;
  }
}

.mother-tree {
  position: absolute;
  z-index: 1;
  height: 200vh;
  width: 100vw;
}

.lemon {
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 48%;
  width: 64px;
  height: auto;
}

.walkman {
  position: fixed;
  z-index: 3;
  bottom: 10%;
  left: -20%;
}

.verse1 {
  position: absolute;
  right: 10%;
  top: 60%;
  margin-bottom: 32px;
}

.verse2 {
  position: absolute;
  right: 10%;
  top: 90%;
}

.verse3 {
  position: absolute;
  right: 10%;
  top: 120%;
}

.verse4 {
  position: absolute;
  right: 10%;
  top: 120%;
}

.verse5 {
  position: absolute;
  right: 10%;
  top: 120%;
}