html{background: #ffffff;}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #B0BEC5;
  display: table;
  font-weight: 100;
  font-family: 'Lato';
}

.container {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #000000 !important;
}

.content {
  text-align: center;
  display: inline-block;
}

.title {
  font-size: 96px;
  margin-bottom: 40px;
}
hr{border-top:1px solid #FFFFFF;}
.quote {
  font-size: 16px; line-height: 22px;
}
.font-small{font-size: 12px;}
.keywords{font-size: 10px; color: #eeeeee; position: fixed; bottom:0; right:0px;}
a{color:#000000; text-decoration: none;}