body{
  background: #242D3C url(../images/bg.png) repeat-y 50% 0;
}
h1{
  text-align: center;
  color: grey;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 4rem;
}
h2{
  text-align: center;
  color: black;
  font-style: italic;
  font-size: 2rem;
  margin-bottom: 3.5rem;
  margin-left: 2rem;
}
h3{
  font-size: 18px;
  text-align: center;
}
div#disclaimer{
  text-align: center;
  margin-top: 4rem;
  font-size: 1rem;
}
div#links{
  text-align: center;
  margin-top: 4rem;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 15px;
}
a{
  color: black;
}
h1 a,h4 a{
  text-decoration: none;
}
