body {
    display:flex;
    align-items:center;
    min-height:100vh;
}

a:hover {
    text-decoration: none;
}

h2 > a, h2 > a:hover, h2 > a:visited, h2 > a:active{
    color: #464646;
}