html {
  text-align: center;
  font-size: 16px;
  background-color: #121212;
  color: #FFFFFF;
  font-family: Roboto;
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body > p {
  font-size: 9vw;
  min-height: 250px;
  min-width: 500px;
}
footer {
  font-size: 1rem;
  font-style: italic;
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer p:first-letter,
h1:first-letter {
  text-transform: uppercase;
}
h1 {
  font-size: 4vw;
  text-align: center;
  margin: 0;
  padding: 0;
}
a {
  color: #FFFFFF;
}
.yes {
  background: url(gandalf.gif) no-repeat center;
}
