* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    .roboto-light {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal;
      }
      
      .roboto-medium {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-style: normal;
      }
      
        
}


body {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("https://picsum.photos/1920/1089?random=1");

}

.caixa-maior {
    background: #000000;
    opacity: 0.8;
    border-radius: 25px;
    padding: 20px;
    width: 80%;
    max-width: 470px;
    height: 285px;
    
}

input {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 25px;
    font-size: 20px;
    background-color: #7c7c7c2b;
    width: calc(100% - 100px);
    color: #ffffff;

}

button {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 50px;
    background-color: #7c7c7c2b;
    cursor: pointer;
    float: right;



}

.imagem-busca {
    width: 24px;


}

h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 300;
    margin-top: 17px;
    
    

}

.grau {
    font-size: 22px;
    color: #ffffff;
    margin-top: 5px;
    
    

}

.caixa-menor {
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-top: 18px;
    

}

.umidade {
    margin-top: 18px;
    color: #ffffff;
    
}

.nublado {
    margin-left: 20px;
    margin-top: 8px;
    text-transform: capitalize;
    
}

.c {
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-top: 18px;
    font-size: 20px;
    
    

}

.max {
    margin-left: 15px;

}

.min {
    margin-left: 60px;
}
      