body{
  background: #070707 url(../images/bg.jpg) center -200px no-repeat;
  color: #aaa;
}
h1{
  color: white;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 7rem;
}
h2{
  color: #c95;
  font-style: italic;
  margin-bottom: 3.5rem;
  margin-left: 2rem;
}
div#disclaimer{
  margin-top: 4rem;
  font-size: 1rem;
}
a{
  color: #aaa;
}
h1 a,h4 a{
  text-decoration: none;
}
