/* Footer */
.footer {
  background-color: #2C3E50;
  color: white;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer p {
  font-size: 16px;
  margin: 0;
}

/* Forest */
.forest {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 0;
}

.tree {
  height: 100%;
  object-fit: contain;
  z-index: -1;
}

.tree1 {
  width: 20%;
  transform: translateY(40%);
}

.tree2 {
  width: 30%;
  transform: translateY(20%);
}

.tree3 {
  width: 15%;
  transform: translateY(50%);
}

.tree4 {
  width: 25%;
  transform: translateY(30%);
}

.tree5 {
  width: 10%;
  transform: translateY(60%);
}

.tree6 {
  width: 22%;
  transform: translateY(25%);
}

