html {
  font-family: 'Patrick Hand', cursive;
  font-size: 16px;
}

body {
  margin: 1.5rem;
}

h1 {
  margin: 0 0 2rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
  background: url(./images/terminal-solid.svg) no-repeat left center;
  background-size: auto 1em;
  font-size: 3rem;
  font-weight: 400;
  text-indent: 1.5em;
}

h2 {
  margin: 2rem 0 1rem 0;
  font-weight: 400;
}

hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #ddd;
}

p {
  margin: 1rem 0;
  line-height: 1.5rem;
}

a {
  color: dodgerblue;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

blockquote {
  margin: 0;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  border-left: 3px solid dodgerblue;
  background-color: #f5f5f5;
  line-height: 1.5rem;
  font-size: 1.1rem;
  font-style: italic;
}

pre {
  overflow: auto;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  background-color: #f5f5f5;
  line-height: 1.5rem;
}

code {
  color: dodgerblue;
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
}

button {
  padding: 0.25rem 1rem;
  border-radius: 3px;
  border: none;
  background-color: dodgerblue;
  color: #fff;
  line-height: 1.5rem;
  font-family: 'Patrick Hand', cursive;
  font-size: 1rem;
}

small {
  display: block;
  color: #999;
}

footer {
  margin-top: 3rem;
  text-align: center;
}

footer a {
  padding-left: 1.5em;
  background: url(./images/github-brands.svg) no-repeat left center;
  background-size: auto 1.25em;
}

#console-events {
  display: flex;
  flex-wrap: wrap;
}

#console-events > * {
  margin: 0 0.5rem 0.5rem 0;
  text-align: center;
}
