html,body{
  position: relative;
  min-height: 100%;
  height: 100vh;
  border: 0px solid red;
}
body{
  font-family: 'Oxygen', sans-serif;
  font-size: 1.0rem;
  font-weight: 400;
  margin-bottom: 60px; /* same as footer height */
  padding: 0;
  color: #fff;
  background-image: linear-gradient(to bottom,#040404, #2c2c2c);
  border: 0px solid red;
}
.pbsam{
  border: 0px solid red;
  padding: 30px 0px;
}
a, a:hover {
  color: #777;
}
.citation {
  font-family: 'Bad Script', cursive;
  font-size: 2.7rem;
}
.footer {
  position: absolute;
  bottom: 0;
  height: 60px; /* Same as body margin-bottom */
  line-height: 16px; /* Vertically center the text */
  font-size: 0.7rem;
  width: 100%;
  color: rgba(255, 255, 255, 0.33);
  border: 0px solid red;
}