.weather,
.date,
.time {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fffafa;
}

.weather i,
.date i,
.time i {
  font-size: 30px;
  margin-right: 10px;
}

.weather-info,
.date-info,
.time-info {
  font-size: 24px;
}
#weather-widget-container {
    text-align: center;
    margin: 20px auto;
    padding: 30px;
    opacity: 0.7;
  }
  
  #ww_8d25350f84ee7 {
    font-family: Arial;
    color: #e9e4e4;
    background-color: #81D4FA;
    padding: 10px;
  }
  
  #ww_8d25350f84ee7 a {
    color: #FFC107;
  }
  
  #ww_8d25350f84ee7 a:hover {
    text-decoration: underline;
  }
  


/* Estilos para dispositivos móviles */
@media only screen and (max-width: 900px) {
    .weather,
    .date,
    .time {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
  
    .weather i,
    .date i,
    .time i {
      font-size: 24px;
      margin-bottom: 10px;
    }
  
    .weather span,
    .date span,
    .time span {
      font-size: 16px;
    }
    #ww_8d25350f84ee7 {
        font-size: 14px;
        padding: 8px;
      }
      #weather-widget-container{
        justify-content: center;
        align-items: center;
        width: 10%;
        margin-left:2px
      }
      .ww-box{
        justify-content: center;
        align-items: center;
       
      }
    }
  
  