body{
    /*make body red, cancelled out by embedded style*/
    background-color:#DE2500;
}

#title{
    /*make headings black*/
    color:black !important;
}

.center{
    /*center aligns center class*/
    text-align:center;
}