button{
    background-color: rgb(0, 255, 255);
    font-family: "Gill Sans";
    height: 40px;
    width:80px;
    margin: 0 auto;
    border: none
}
input{
    height: 300px;
    width: 485px;
    background-color:rgb(250, 250, 250);
}

