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

h1 {
    color:#6e6f73;
}

h2 > a, h2 > a:hover {
    color:#208bcc;
}
  

a:hover {
    text-decoration: none;
}