body {
  background: #dae7ef;
}

.container-meteo__custom {
  width: 310px !important;
  height: 665px !important;
}

img {
  display: block;
  margin: auto;
  width: 160px;
  animation: pop 0.5s ease in out 0.2s forwards;
}

@keyframes pop {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.h4-gradient {
  animation: pop 0.5s ease in out 0.2s forwards;
  color: #183547;
}
