html * {
  font-family: gill sans mt, serif;
}
a:link {
  color: #e9e4f2;
  text-decoration: none;
}
a:visited {
  color: #e9e4f2;
  text-decoration: none;
}
a:active {
  color: #e9e4f2;
  text-decoration: none;
}
a:hover {
  color: #d3c5ec;
}
#heading {
  color: #d3c5ec;
  background-color: #061240;
  position: fixed;
  top: -3.25%;
  font-weight: lighter;
  line-height: 2;
  z-index: 1;
}
#moon {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 2;
}