body {
  background: #212121 url('/images/bg.png') repeat;
  color: #EEE;
  text-shadow: 0 2px #000;
  font-family: 'Marcellus SC', sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.page {
  text-align: center;
  width: 70%;
  margin: 5em auto 0;
}

.proverb {
  font-size: 325%;
  width: 100%;
  height: 5.5em;
  margin: 0;
  display: table;
}

.proverb-body {
  vertical-align: middle;
  display: table-cell;
}

.proverb-generate {
  border-radius: 2px;
  box-shadow: 0 1px 1px -1px #BD6A6A inset;
  border: 1px solid #171717;
  border-bottom-color: #080808;
  background: linear-gradient(#671919, #501414);
  color: white;
  font: inherit;
  cursor: pointer;
  padding: 0.75em 5em;
}

.proverb-generate:hover,
.proverb-generate:focus {
  outline: none;
  background: linear-gradient(#721C1C, #591616);
}

.page-footer {
  border-top: 1px solid #111;
  margin: 1em auto 0;
  display: table;
}

.page-footer::before {
  content: '';
  border-bottom: 1px solid #333;
  display: block;
}

.page-footer-text {
  font-size: 85%;
}

.logo {
  margin-top: 1em;
  display: inline-block;
}

.logo-image,
.logo-text {
  vertical-align: middle;
}

.logo-image {
  margin-right: 1ex;
}

.logo-text {
  font-size: 150%;
}

@media (max-width: 50em) {
  .page {
    width: auto;
    padding: 1em;
    margin-top: 1em;
  }

  .proverb {
    font-size: 250%;
  }
}

@media (max-width: 35em) {
  .proverb {
    font-size: 175%;
  }
}
