*{
    background-color: grey;
    color:  darkslategrey;
}
h1{
    color: maroon;
    background-color: rgb(224, 194, 204);
}

a{
    color: green;
background-color: whitesmoke;
}
#parathree{
    background-color: whitesmoke;
    color: goldenrod;
}
