/* ここにサイト全体のスタイルを追加（フォント、カラー、マージン、パディングなど） */

.search-fields {
  margin-bottom: 30px;
}
.separator {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 2px solid #ccc;
}
h1 {
  font-family: 'Roboto Slab', serif;
  color: #2c3e50;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
