html {
  background: linear-gradient(#000000, #0e3b8f, #7dbae3);
  background-attachment: fixed;
}

header h1 a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: 'FreeSans', sans-serif;
  font-size: 2.5em;
  text-decoration: none;
  user-select: none;
}

@font-face {
  font-family: 'FreeSans';
  src: url('/assets/fonts/FreeSansBold.woff2') format('woff2');
  font-weight: 700; font-style: normal;
}
