.bg-red {
    color: red;
}

.sky-blue {
    background-color: skyblue;
}

#paragraph {
    background-color: greenyellow;
}