.contestForm {
padding: 20px;
width: 360px;
margin: 0 auto;
border: thin solid #eee;
background-color: #ddd;

}

.contestForm h2 {
font-weight: normal;
text-transform: uppercase;
font-size: 28px;
color: #111;
}

.contestForm h3 {
font-weight: normal;
text-transform: uppercase;
font-size: 20px;
color: #666;
}
