html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #383838 url(../img/pacman-loading.gif) center center no-repeat;
  color: #9E9E9E;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 20px;
  height: 100%;
}

p {
  margin: 16px 0px;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 2em;
}

h1 {
  font-size: 22px;
}

small {
  font-size: 12px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
}

#info {
  font-size: 11px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  border-radius: 3px;
  text-align: center;
  width: 98.1%;
  padding: 10px;

}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.bull {
  padding: 0 5px;
  color: #555;
}

div#title {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 3px;
  padding: 15px;
  width: 400px;
}

h1#title {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  font-size: 32px;
}

.github-corner:hover .octo-arm {
  animation: octocat-wave 1000ms ease-in-out infinite;
}

@keyframes octocat-wave {
  0%, 100% {
    transform:rotate(0);
  } 20%, 60% {
    transform:rotate(-25deg);
  } 40%, 80% {
    transform:rotate(10deg);
  }
}
