body{
    background-color: rgb(222, 211, 84);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1em;
    box-sizing: border-box;
}
.zee{
    width: 300px;
    height: 70px;
    box-shadow: 5px 5px 5px gray;
    background-color: tomato;
    font-size: 1.5em;
    padding: 20px;
    margin-top: 50px;
}
button{
    color: white;
    background-color: rgb(231, 85, 85);
    font-size: 1.4em;
    margin-top: 100px;
}
button:hover{
    background-color: antiquewhite;
    color: blueviolet;
}
label{
    color: rgb(6, 53, 239);
    font-size: 1.5em;
}
.input1{
    width: 200px;
    height: 20px;
    font-size: 1em;
    background-color: antiquewhite;
    margin: 20px;
}
.input2{
    width: 200px;
    height: 20px;
    font-size: 1em;
    background-color: antiquewhite;
}