body{
    background-color:LightBlue;
}

h1{
color:#C9A9A6;
text-align:center;
font-family:cursive;
}

hr{
    color:#C9A9A6;
}

h4, p{
color:DarkSlateGrey;
font-family:cursive;
}
a{
color:#C9A9A6;
}
img.hue-rotate-filter{
    filter:hue-rotate(180deg) brightness(75%);
}