body, html {
  background-image: radial-gradient(rgba(1, 1, 1, 0), black 99%), url("/contrast.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #f4fcde;
  font-family: Luminari;
  font-weight: 600;
}