::selection {
  background: #000;
  color: #fff;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #aaa;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: 'Titillium Web', sans-serif;
  background: #fafafa;
}

h1 {
  font-size: 2.5rem;
  font-weight: 100;
  margin: 0 0 0.5rem;
}

.container {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
  text-align: center;
}

.content {
  margin: auto;
  text-align: center;
}

a {
  color: #ccc;
  text-decoration: none;
}

a:hover {
  color: #999;
}
