.imgRedonda {
    width:50px;
    height:50px;
    border-radius:150px;
}

body {
  height: 100vh;
 background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../imagenes/Clima.avif');

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}