.background-red{
    color:#242424;
    margin:20px;
    background:#e65c5c;
    width:auto;
    height:auto;
    padding:30px;
    background-repeat:repeat;
}
.background-red h2{
    color:#242424 !important;
}
.background-blue{
    color:#242424;
    margin:20px;
    background:#5555ff;
    width:auto;
    height:auto;
    padding:30px;
    background-repeat:repeat;
}
.background-blue h2,
.background-blue h3,
.background-blue p,
.background-blue li{
    color:black;
}
.background-yellow{
    color:#242424;
    margin:20px;
    background:#edcf0e;
    width:auto;
    height:auto;
    padding:30px;
    background-repeat:repeat;
}
.background-yellow h2,
.background-yellow h3,
.background-yellow p,
.background-yellow li{
    color:black;
}
.background-green{
    color:#242424;
    margin:20px;
    background:#0e935c;
    width:auto;
    height:auto;
    padding:30px;
    background-repeat:repeat;
}
.background-green h2,
.background-green h3,
.background-green p,
.background-green li{
    color:black;
}


.background-black{
    color:#242424;
    margin:20px;
    background:black;
    width:auto;
    height:auto;
    padding:30px;
    background-repeat:repeat;
}
.background-black h2,
.background-black h3,
.background-black p,
.background-black li{
    color:white;
}