*{
    margin: 0;
    padding: 0;
}
body{
background: linear-gradient(135deg, #fbc2eb, #a6c1ee);
}
.box{
    height: 400px;
    width: 400px;
    background-image:linear-gradient(135deg,#00feba,#5b548a);
 margin:100px auto 0;
    text-align: center;
    padding: 40px;
border-radius: 20px;
}
input{
    font-size: 1.5rem;
    border-radius: 8px;
    border: none;
}
i{
    font-size: 1.5rem;
    border: none;
}
button{
    height: 40px;
    width: 40px;
    border: 0;
    outline: 0;
     cursor: pointer;
     border-radius: 100%;  
}
p{
    font-size: 1.4rem;
    margin-top: 20px;
}
.temperature{
    font-size: 2.5rem;
    
}