body {
  background-image: linear-gradient(#224499, #44aaff);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  font-family: Courier;
}

a {
  color: yellow;
}