h1 {
    color: blue;
    font-size: medium;
    text-align: center;
}
a:link {
    color: blue;
}
a:visited {
    color: fuchsia;
}
