html, body {
  color: white;
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
  background-color: black;
  overflow-y: scroll;
}

a {
  text-decoration: none !important;
}

h1 {
  letter-spacing: 2px;
  font-family: Droid Serif;
  font-size: 18px;
  font-variant: unicase;
  font-weight: lighter;
}

h2 {
  font-family: Droid Serif;
  font-size: 32px;
}

h3 {
  font-family: Droid Sans;
  font-weight: lighter;
}

.badge {
  max-height: 100px;
}

.logo {
  background: url(resources/logo.png) no-repeat center center;
  background-size: contain;
  max-height: 500px;
  max-width: 100%;
  min-height: 500px;
}

.main {
  margin: 0 auto;
}

.social {
  width: 24px;
  height: 24px;
  fill: white;
  margin-left: 5px;
  margin-right: 5px;
}
