*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  
  }
  
  body{
    height: 100vh;
    width: 100vw;
    background: url("https://source.unsplash.com/1600x900/?landscape");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  img{
    width: 30px; 
  }
  
  button{
    color: rgb(0, 0, 0);
    font-weight: 600;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
  }
  
  .box-maior{
    background: rgb(255, 252, 252);
    padding: 35px;
    border-radius: 20px;
    margin-top: 10px;
    opacity: 0.9;
    font-weight: 500;
  }
  
  .box-medio{
    margin-top: 10px;
    font-weight: 500;
  }
  .box-menor{
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-weight: 500;
    
  
  }
  
  input :hover {
    outline: none;
    border-radius: 50px;
  }
  
  h3{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  
  .graus {
    margin-top: 20px;
  }
  
  .texto-previsao{
    text-transform: capitalize;
  
  }
  
  .p{
    margin: 0;
  }
  
