
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background:#222;

}

.card {
    background: linear-gradient(1350deg, #418ffc 0%, #83d7d1 100%);
    width: 2850px;
     
    height:2500px;
    color: white;
    margin: 100px auto 0;
    border-radius: 25px;
    padding: 40px 35px;
    text-align: center;
}
.search{
    width: 110%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 55px;
}
.search input{
    border: 0;
    outline: 0;
    background:#ebffec;
    color: #553;
    padding: 15px 30px;
    height: 120px;
    width: 380px;
    border-radius: 35px;
    margin-left: 272px;   
    margin-right: 245px; 
    flex: 1;
    font-size:36px;
}
.search button{
     border: 0;
    outline: 0;
    background:#ebffec;
    cursor: pointer;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-right: 340px;
}
.search button img{
    width: 90px;
}
.weathericon{
    width: 200px;
    margin-top: 70px

}
.weathericon img{
    height: 700px;
    margin-left: 950px;
    width: 690px;
}
.weathericon h1{
    font-size: 250px;
    font-weight: 600px;
    margin-left: 1050px;
}
.weathericon h2{
    font-size: 80px;
    font-weight: 400px;
    margin-top: 80px;
     margin-left: 1180px;
}
.details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
p{
    font-size: 80px;
     margin-top: 500px;
}
.details .col1{
    margin-left: -790px;
    margin-top: 500px;
}
.col1 p{
    margin-left: -990px;
}
.col1 img{
    height: 400px;
    width: 400px;
}
.details .col2{
    margin-right: 600px;
    margin-top: 500px;

}
.col2 img{
    height: 400px;
    width: 400px;
}
.col2 windspeed span{
    font-size: 80px;
}
.windspeed {
    display: flex;
    align-items: center;
    gap: 8px;
}
.windspeed span {
    font-size: 80px;
    font-weight: 400;
} 
