html {
  min-height: 100%;
  position: relative;
}

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  background-color: #1f1f1f;
  color: #d0932f;
}

a {
  font-family: "Lucida Console", Monaco, monospace;
  text-decoration: none;
  color: #34d22d;
}

#landing_info {
  width: 100%;
  text-align: center;
}

footer {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #0e3140;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
