body{
    margin: 0;

}
.weatherform{
    margin-left: 30%;
    margin-top: 20px;
}
.cityinput{
    padding: 10px;
    color: white;
    border-radius: 50px;
    background-color: rgb(111, 205, 188);

}
.weatherform button{
    margin: 10px;
    padding: 10px;
    border-radius: 50px;
    background-color:green;
    color: white;

}
.card{
 margin-left: 34%;
 background:linear-gradient(rgb(71, 71, 210),orange);
width: 200px;
border-radius: 40px;
padding: 20px;


}
.citydisplay,.tempdisplay,.humiditydisplay,.descriptiondisplay,.errordisplay{
    text-align: center;
    font-weight: bold;
    font-style: italic;

}
.weatheremoji{
    text-align: center;
    font-size: 2rem;
}

