body {
  margin: 0;
  padding: 0;
  background: rgb(19, 24, 98);
  background: linear-gradient(
    286deg,
    rgba(19, 24, 98, 1) 0%,
    rgba(46, 68, 130, 1) 8%,
    rgba(84, 107, 171, 1) 61%,
    rgba(135, 136, 156, 1) 100%
  );
}

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

.menu li a:hover {
  color: white;
}

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


.caeli {
  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-caeli {
  display:flex;
  margin: 3rem;
  flex-direction: column;
}

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

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

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



@media (max-width: 768px) {
  .menu {
    background: rgb(19, 24, 98);
    background: linear-gradient(
      286deg,
      rgba(19, 24, 98, 1) 0%,
      rgba(46, 68, 130, 1) 8%,
      rgba(84, 107, 171, 1) 61%,
      rgba(135, 136, 156, 1) 100%
    );
  }
}

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

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

  footer {
    position:unset;
  }

}


footer {
  display:block;
}