body{
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/quote-gen-bg.jpeg) bottom center;
  min-height: 100vh;
}
h1.page-title{
  margin-bottom: 20px;
}
.page-title{
  text-align: center;
  font-weight: 400;
}
cite{
  font-weight: 400;
  font-size: 80%;
}
.credits{
  text-align: right;
  margin-bottom: 20px;
}
.credit-block{
  margin-bottom: 5px;
  display: inline-block;
  background-color: #e9ecef;
  border-radius: 3px;
  padding: 0 10px;
}
p.shortcut{
  font-size: 80%;
  margin-bottom: 0;
  margin-top: 10px;
}
