

@import url(https://fonts.googleapis.com/css?family=Fauna+One|Muli);


input[type=button]{
background-color:#0033cc;
border:.125em solid white;
font-family: 'Georgia', serif;
font-Weight:bold;
font-size:1.25em;
color:white;
width=50%
}
input[type=button]:hover {background-color: #000066;}
span{
color:red
}
#note{
color:black;
font-Weight:400;
}
#returnmessage{
font-size:1.25em;
color:green;
text-align:center;
}