#noresults, #loading {
  display: none;
}

body {
  margin: 2rem;
}

h1, h2, input, p {
  font-weight: 400;
  font-family: sans-serif;
  margin: 1rem 0;
}

h2 {
  margin-top: 0;
}

input, p {
  font-size: 1rem;
}

input {
  padding: .5rem;
  margin-bottom: 1rem;
}

a {
  color: SteelBlue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 7.5rem;
  vertical-align: top;
  margin: 0 2rem 2rem 0;
}

.result {
  display: flex;
}
