html, body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  background: #1d143e;
  color: #fdfdfd;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
}
p {
  line-height: 1.5em;
}
a {
  border-bottom: 2px solid rgba(255,255,255,.2);
  color: inherit;
  text-decoration: none;
}
a:hover {
  border-color: currentColor;
}
.logo {
  margin-bottom: 20px;
  width: 80%;
  max-width: 350px;
  max-height: 126px;
}
.content {
  padding: 50px 30px 20px;
}
.container, .content {
  max-width: 640px;
}
.container {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
}
