*{
    font-family: arial;
}

h2 {
    text-align: center;
}

a:link {
    text-decoration: none;
}

a:hover {
    color: orangered;
}

a:active {
    color: lawngreen;
}

a:visited {
    color: red;
}