.INSTRUCTIONS{
    background-color:#ee222b; margin-bottom:10px; margin-top:5px;
}
.INSTRUCTIONS h3{
    padding:5px; color:white; text-align:center;font-size: 15px;
}
.REGISTRATION{
    background-color:#ee222b; margin-bottom:10px; margin-top:5px;
}
.REGISTRATION h3{
    background-color:#ee222b; margin-bottom:10px; margin-top:5px;
}
.FEEDBACK{
    background-color:#ee222b; margin-bottom:10px; margin-top:5px;
}
.FEEDBACK h3{
    background-color:#ee222b; margin-bottom:10px; margin-top:5px;
}
.CONTACT{
    background-color:#ee222b; margin-bottom:10px; margin-top:5px;
}
.CONTACT h3{
    background-color:#ee222b; margin-bottom:10px; margin-top:5px;
}
.btnsubmit{
    margin-top:10px; 
    background-color: #F00;
    color: #FFF;
    height: 40px;
    font-size: 15px;
    border: none;
    border-radius: 11px;
    padding: 10px;
}
.btnsubmit:hover{
    background-color: #860000;
}