body{
    
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #3366ff 0%, #336699 63%);
    
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.container{
    margin-top: 30px;
    width: 60%;
    height: 70%;
    border: 1px solid;
    border-radius: 20px;
    box-shadow: 0 0 35px;
    
    
}
.s-b{
    
    width: fit-content;
    border-radius: 15px;
    background: white;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-left: 110px;
}


.search,button{
    background: none;
    border: none;
    padding: 15px;
    outline: none;

    
    
    
}
.search{
    font-size: 15px;
}
.search::placeholder{
    font-size:15px;
}
button{
    border-radius: 30px;
    
    
}
button:hover{
    background: rgba(164, 164, 164, 0.871);
    
}

.temp-num{
    text-align: center;
    transition: 0.8s ease-in;
    font-size: 50px;
    
    
     
}

.weather-details{
    display: flex;
justify-content: center;
   text-align: center;
    
    

}
i,.humidity{
    margin-left: 55px;
}
i,p{
    font-size: 20px;

}
.description-h,description-v{
    transition: 0.8s ease-in;
}
#city-name{
    text-align: center;
    font-size: 40px;
}
#weather-text{
    text-align: center;
    font-size: 35px;
    
}.cloud{
display: block;
  margin: 0 auto;
  width: 100px;
  height: auto;
  transform: scale(1.5);
}


