body {
    margin: 0;
    padding: 0;
    background: rgb(25, 39, 13);
    background: linear-gradient(
      286deg,
      rgba(25, 39, 13, 1) 0%,
      rgba(37, 89, 31, 1) 8%,
      rgba(129, 140, 60, 1) 61%,
      rgba(114, 96, 27, 1) 100%
    );
  }

  .menu a {
    color: rgb(184, 184, 184);
  }
  
  .menu li a:hover {
    color: white;
  }
  


main {
  display: flex;
  justify-content: center;
  padding-bottom: 5rem;
}


.forest {
  display:flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  width: 70% ;
  height: fit-content;
  justify-content: center;
  margin: auto;
  margin-top: 3rem;
}


.descriere-forest {
  display:flex;
  margin: 3rem;
  flex-direction: column;
}

.descriere-forest h2 { 
  font-size:3rem;
  padding-bottom: 2rem;
}

.descriere-forest p {
  font-size:x-large;
}

.poza-forest {
  width: auto;
  height: 20rem;
  border-radius: 0.5rem;
}



@media (max-width: 768px) {
  .menu {
    background: rgb(25, 39, 13);
    background: linear-gradient(
      286deg,
      rgba(25, 39, 13, 1) 0%,
      rgba(37, 89, 31, 1) 8%,
      rgba(129, 140, 60, 1) 61%,
      rgba(114, 96, 27, 1) 100%
    );
  }
}

@media  (max-width: 768px) {
  .forest {
    flex-direction: column;
  }
  

  .poza-forest {
    width: 100%;
    height: fit-content;
    margin: auto;
    margin-bottom: 2rem;
  }

  footer {
    position:unset;
  }

}


footer {
  display:block;
}
