.fancy{
    font-family:cursive;
    color: blue;
}
#serious{
    font-family: Cursive;
    color: Black;
}
body {
    background-color: Red;
}