html, body {
  height: 100%;
  font-family: "Trebuchet MS", sans-serif;
}
.container {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}
.container > .content {
  display: table-cell;
  vertical-align: middle;
}
img {
  max-width: 20%;
  max-height: 20%;
}
p {
  margin-bottom: 1em;
}
h1 {
  font-size: 2em;
  font-variant: small-caps;
  font-weight: bold;
}
h3 {
  font-size: 1.5em;
  font-style: italic;
}
