.box{
    margin:20px auto;
    background: linear-gradient(90deg, rgba(180, 58, 176, 1) 0%, rgba(253, 29, 29, 1) 34%, rgba(252, 176, 69, 1) 100%);
    height:600px;
    width:500px;
}
.inp{
    display: block;
    /* bcoz input in inline block so margin doesnt workl */
    margin:20px auto;
    border-radius: 30px;
    height:50px;
    width:300px;
    font-size: 20px;
    background-color: white;
    padding-left:20px;
}
.btn{
    background-color: white;
    border-radius: 100%;
    height:50px;
    width:60px;
    box-sizing: border-box;
    margin-right: 20px;
    display:flex ;
    align-items: center;
    justify-content: center;
}
.search{
    display: flex;
    align-items: center;
    justify-content: center;
}
.img{
    height:20px;
    width:20px;
}
.weather{
    margin-top: 20px;
    background: transparent;
    height:100px;
    width:100px;
}
.upper{
    display: flex;
    flex-direction: column;
    align-items: center;
    height:400px;
}
.lower{
    display: flex;
    gap:20px;
}