html {
  background:  url('/hexagon-surface-blur.gif') no-repeat center center fixed;
  background-size: cover;
}
body {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0px;
  width: 100%;
}
a {
  color: white;
}
h2 {
  color: white;
}
h3 {
  color: white;
}

#logo {
    text-align:center;
    padding-top: 10em;
    padding-bottom: 2em;
    letter-spacing: 10px;
  }
.hex {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 200;
  color: white;
  font-family: 'Righteous', cursive;
}
