h1, h2 {
    color: blue;
}

footer, header{
    text-align: center;
}

a:link, a:active{
    color: orange;
}

a.visited{
    color: purple;
}
