* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 構造はsearchと同じ、searchのcssを使用 */

.page-title {
  padding-bottom: 8px;
}

.content_header {
  display: block;
}
.search-container {
  justify-content: start;
  margin-top: 20px;
}

.word-result {
  margin-top: 20px;
  display: flex;
}

.word-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
