body {
  background-color: #123456;
  display: flex;
  min-height: 100%; /* Fallback for browsers not supporting vh */
  min-height: 100vh;
  align-items: center;
}

p {
  color: #eee;
  font-family: 'VT323', monospace;
  font-size: 1.8rem;
  /*font-family: 'Fira Mono', monospace;*/
  text-align: center;
}

p a, p a:hover {
  color: #eee;
  letter-spacing: .2rem;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 .5rem #ff0000, 0 0 .5rem #0000ff;
}

p a:hover, p a:focus-visible {
  text-shadow: 2px 2px 8px white;
  /*text-shadow: 2px 2px 4px #000000;*/
}


p.icons a, p.icons a:hover {
  font-size: 2rem;
}
