#form
{
min-width:60%;
max-width:80%;
margin:auto;
font-family: sans-serif;
padding:2%;
border:2% solid #27748A;
}

#form h2
{
color: white;
font-size:1.25rem;
margin:0;
}
#form p
{
font-size:0.80rem;
color:white;
}
#form div
{
margin-top:1%;
}
#form input, textarea
{
width:100%;
border:2% solid #9ECEDB;
padding:2% 3%;
}
#form label
{
font-weight:bold;
font-size:1.50rem;
color: white;
}

#form button:hover
{
background-color: #CBEAF2;
}
input[placeholder] {
font-weight: lighter;
color: slate-grey;
}
textarea {
font-weight: lighter;
color: #000000;
}


