div.search-page .container {
  max-width: 600px;
}
div.search-page section.form {
  padding: 50px 0;
  text-align: center;
}
div.search-page section.form form {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
}
div.search-page section.form input {
  padding: 8px;
  font-size: 1em;
  width: 100%;
  max-width: 300px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}
div.search-page section.form button {
  cursor: pointer;
}
div.search-page section.summary {
  text-align: center;
}
div.search-page section.results {
  margin-top: 40px;
}
div.search-page section.results li span {
  font-weight: 300;
}