body {
  width: 100%;
  background-image: url("bg3.jpeg");
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
}
h1, span, a {
  color: white;
  font-family: 'Droid Serif', serif;
  opacity: 2;
}
h1:hover {
  cursor: default;
}

#top {
  background-color: rgba(0,0,0,0.4);
  margin: 100px 0;
  padding: 40px;
  text-align: center;
}
