html {
  text-align: center;
  background: #b3d0d0;
  color: #002b41;
  transition: 1s ease;
  font-family: sans-serif;
  word-break: break-all;
}
html.active {
  background: #d0b164;
  color: #412300;
}

head {
  display: block;
  text-align: center;
  padding: 3em 0 2em;
}

title {
  display: block;
  font-weight: 700;
  font-size: 2em;
  margin: 0.67em;
  line-height: 45px;
}

meta[name="description"] {
  display: block;
  margin: 1em 0;
}

meta[name="description"]:after {
  content: attr(content);
}

body {
  margin: 0;
  padding: 0 0 100px;
}

a {
  color: #0080ff;
  text-decoration: none;
}

input {
  outline: 0;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  padding: 8px 12px;
  border: 0;
  width: 80%;
  max-width: 300px;
  -webkit-appearance: none;
}

#output {
  font-size: 24px;
  font-family: "Comic Sans MS", script;
  padding: 40px 10px 100px;
}

footer {
  font-size: .8em;
  font-family: "Comic Sans MS", script;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

footer p {
  opacity: 0.5;
  padding: 20px 0;
}

footer a {
  margin: 0.5em;
  color: inherit;
}