html, body {
  background: black;
  height: 100%;
  width: 100%;
}

body {
  box-sizing: border-box;
  color: rgba(255,255,255, 0.5);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: 'Source Sans Pro', sans-serif;;
}

div.logo {
  width: 400px;
  max-width: 100%;
  height: 210px;
  background-size: cover;
  background: url('../img/tlphnc-logo.gif') no-repeat center center;
}

a {
  color: inherit;
  transition: 0.2s ease-out;
}

a:hover {
  color: rgba(255,255,255, 0.75);
}
