body {
  background: #0a0a0a;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/stuff/back.png");
  color: white;
  font-family: Verdana;
  text-align: center;
 }

body a {
  color: #809fff;
}
