html, body {
  font-family: 'Lato';
  color: #B0BEC5;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer {
  position: absolute;
  top: 95%;
}

.title {
  font-size: 72px;
  line-height: 1;
  padding-bottom: 20px;
}

.quote {
  font-size: 24px;
}