 body {
      margin: 0;
      padding: 0;
      color: #fff;
      font-family: Roboto, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 624px;
      width: 624px;
      /* letter-spacing: 0.02rem; */
    }

    #widget {
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, #1e1e1e, #2a2a2a);
      /* padding: 2rem; */
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    #content{
        display: none;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    h1 {
      font-size: 3.05rem;
      text-align: center;
      margin-bottom: 0.5rem;
    }

    .info {
      font-size: 1.2rem;
      line-height: 1.8;
    }

    .footer {
      text-align: center;
      font-size: 0.9rem;
      opacity: 0.7;
    }

    .loading {
      text-align: center;
      margin-top: 40%;
      font-size: 1.2rem;
      color: #aaa;
    }

    ul{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }
    ul li{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1 1 calc(33.333%);
        height: 148px;
        font-size: 1.2rem;
        row-gap: 0.25rem;
    }
    ul li img{
      height: 44px;
    }
    ul li:nth-child(odd){
        background-color: #262626;
    }

    ul li:nth-child(even){
        background-color: black;
        
    }


    #top-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #top-container > h1, #top-container > div{
        flex: 1 1 33%;
    }

    #estado-cielo-icono{
      height: 164px;
      position: relative;
      bottom: -8px;
    }

    #temp{
      font-size: 3rem;
    }

    .upper-row{
        padding: 0 2.5rem;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    }

    dl{
        width: 42%;
        
    }

    dl div{
        display: flex;
        justify-content: space-between;
        margin: 0.15rem 0;
    }

    dl div dd{
        margin-inline-start: 20px;
        text-align: center;
        font-size: 1.2rem;
    }

    dl div dt{
        font-size: 1.15rem;
    }

    ul div:last-child{
        color: rgb(192, 192, 192);
    }

    #desc{
        text-align: center;
    }

    #resumen{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    #datos{
        display: flex;
        justify-content: center;
    }