*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.search button{
    border: 0;
    outline: 0;
    background: #ebfffc;
    height:60px;
    width: 50px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right:40px;
    border-radius: 10px;
    cursor: pointer;
}

.card{
    width: 90%;
    max-width: 470px;
    background: linear-gradient(135deg,#00feba,#5b548a);
    color: #fff;
    margin: 100px auto 0;
    border-radius: 20px;
    padding: 40px 35px;
    text-align: center;
}

.search{
    width: 100%;
    display: flex;

    align-items: center;
    justify-content: space-between;
}

.search input{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left:40px ;
    font-size: 14px;
    border: 0;
    outline: 0;
    background: #ebfffc;
    color: #555;
    height:60px;
    width: 260px;
    border-radius: 10px;
    font-weight: 600;
} 

.search button img{
    width: 35px;  
}

.weather-icon{
    width: 120px;
    margin-top: 60px;
}

.weather h1{
    font-size: 60px;
    font-weight: 700;
}

.weather h2{
    font-size: 30px;
    font-weight: 500;
    margin-top: -9px;
}

.detail{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    margin-top: 100px;

    

}


.col{
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: left;
}

.col img{
    width: 40px;
   margin-right: 1px;


}

.humidity, .wind{
    font: size 34px;
    margin-top: 1px;
}

