body{
    background: yellowgreen;
}

h1, h2{
    font-size: 36pt;
}

img {
    display: block;
    margin: 5px auto; 
}

.shad{
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

#css-title{
    background: red;
    color:azure;
    padding: 15px;
}

#css-p{
    color: brown;
}

#logo-title{
    color: blue;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}

#rm-p{
    font-size: 16pt;
    text-align: center;
}

#css-p-2{
    font-style: italic;
}

#rm-p span{
    color:green;
    text-decoration: green wavy underline;
}