
html{
  background: url('background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1, h2 {
  text-align: center;
  color: black;
  font-family: 'Calibri';
}

h1 {
  padding-top: 60px;
  font-size: 4em;
  text-transform: uppercase;
}

h2 {
  /* Removes boldness from the H2 header. */
  font-weight: normal;
  font-size: 2em;
  padding-bottom: 38px;
}

.box {
  text-align: center;
  padding-bottom:38px;
}

.quote {
  font-size: 1.6em;
  text-align: center;
  font-weight: bold;
}

.quoteauthor {
  font-size: 1.6em;
  text-align: center;
  /* Properly space quote author's name to the right hand side of page. */
  padding-left: 600px;
  padding-bottom: 10px;
}

.disclaimer {
  position: fixed;
  right: 12px; bottom: 12px;
  text-align: center;
  border: 2px solid #5D6063;
  border radius: 5px;
  box-sizing: border-box;
  width: 355px;
}
