body {
    background-color: white;
}
form {
    background-color: rgb(218, 233, 245);
    border: 1px solid rgb(190, 182, 182) ;
    border-radius: 2%;
    margin:auto;
    margin-top: 10vh; 
    padding: 30px;
    width: 300PX;
    height: 110%;
    position: relative;
}
input {
    width: 100%;
    border: 2px;
    padding: 7px;
    border-radius: 4px;
}
textarea {
    border: 2px;
    border-radius: 4px;
}
h1 {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: x-large;
    color:rgb(2, 14, 57);
    text-align: center;
    margin-top: auto;
}
button ,[type="submit"] {
    background-color:rgb(3, 176, 244);
     color:rgb(247, 244, 250); 
     border-radius: 4px;
     border: 4px;
     padding: 7px;
     width: 30%;
}
button ,[value="reset"] {
    background-color: rgb(228, 57, 117);
}