*{
    margin: o.5rem;
    padding: 0.5rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
body{
    background-color: rgb(108, 107, 116);
}
.card{
    width: 500px;
    max-width: 600px;
    min-width: none;
    height: auto;
    background: linear-gradient(135deg,#2DD292, #1f1823);
    color: white;
    margin: 100px auto 0;
    padding: 40px 35px;
    text-align: center;
    border-radius: 20px;
}
.search{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search input {
    border: 0;
    outline:0;
    background:white ;
    width:60px;
    color: rgb(18, 0, 0);
    padding: 10px 20px;
    height: 60px;
    border-radius: 30px;
    flex: 1;
    margin-right: 16px;
    font-size: 18px;
}
.search button{
    border: 0;
    outline:0;
    background: white ;
    border-radius: 30%;
    width: 60px;
    height: 70px;
    cursor: pointer;

}
.search button img{
    width:  16px;
}
.weather-icon {
    width: 150px;
    height: 150px;
}
.weather h1{
    font-size: 80px;
    font-weight: 500;
}
.weather h2{
    font-size: 45px;
    font-weight: 400;
    margin-top: -px;
}
.details{
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 50px;
    justify-content: center;
}
.col{
    display: flex;
    align-items: center;
    text-align: left;
}
.col p{
padding: 0;
margin: 0;
}
.col img{
    width: 40px;
    margin-right: 10px;
}
.humidity, .wind{
    font-size: 28px;
    margin-top:-10 ;
}
.weather{
    display: none;
}
.error{
    text-align: left;
    margin-left: 10px;
    font-size: 18px;
    margin-top: 10px;
    display: none;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}