@import url(https://fonts.googleapis.com/css?family=Advent+Pro);


html {
  background-color: #525252;
  color: #313131;
  height: 100%;
}

body {
  font-family: 'Advent Pro';
}

.has-centered-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.title {
  font-size: 7rem;
  margin-bottom: 1rem;
  text-align: center;
}

.subtitle {
  font-size: 1.50rem;
  margin-top: -15px;
  padding-left: 6px;
  text-align: right;
  letter-spacing: 0.30rem;
}

.subtitle a {
  text-decoration: none;
  color: #ca3e47;
}

.subtitle a:visited {
  color: #ca3e47;
}
