

/* Grid
======== */
.rules-1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}


ul {
  text-align: left;
  padding: 0 1em 2em 2em;
  border-bottom: 1px solid gray;
}

li {
  padding-left: 0.5em;
}

main h2 {
  margin-top: 9rem;
  margin-bottom: 3rem;
}


#areca {
  position: relative;
  bottom: 350px;
}

#lotus {
  position: relative;
  left: 20%;
  top: -100px;
}

#hanging-plant {
  position: relative;
  left: 300px;
  top: -20px;
  z-index: 0;
  transition: transform 1s ease-in-out ;
  animation: 1.5s ease-in-out 0s 1 hangingUpPlants;
}

footer h2 {
  margin: 0 1em;
}
footer img {
  border-radius: 50%;
  max-width: 300px;
  max-height: 300px;

}

.column img {
  display: none;
}

@media only screen and (min-width: 1100px) {
  .column img {
    display: block;
  }
}
