body {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 16px;
       color: black;
       background-color: #FFF5D8;
}

h1, h2, h3 {
  	color: #8A8E27;
  	font-weight: normal;
	font-size: 58px;
  	font-family: Arial, Helvetica, sans-serif;
}

input:focus {
	border: 1px solid #372BDE;
	color: blue;
	background: #F3F3F3;
}