.central-news {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 7rem;
  height: 400px;
}

.img-world-center{

margin-top: -4rem;

}

.letra-luck{
  font-family: "Luckiest Guy", cursive;
  text-shadow: 2px 2px 4px bisque,
}

@media (max-width: 634px){
    .img-world-center{
 transform: translateY(-15%);
}
.central-news{
  height: 200px;
}
}
.centre-text-news {
  text-align: center;
  font-size: clamp(1rem, 2.5vw, 2rem);
}



.paginacentral{
    margin-top: -35px!important;
}


