body {
    background-color: cornflowerblue;
    color: rgb(100, 5, 5);
    
}
h2 {
    color: blue;
}
h3 {
    color: rgb(131, 255, 131);
}
p {
    color: rgb(230, 202, 202);
}
strong {
    color: darkgreen;
}
a { 
    color: rgb(242, 197, 72);
}
em {
    color: blueviolet;
}

