body {
  font-family: "Nunito Sans", sans-serif;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  line-height: 1.6;
}

canvas {
  display: block;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

.container {
  background-color: white;
  padding: 20px;
}

.content-tray {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  /* background-color: #eff7cf; */
}

.home-title {
  background-color: #eff7cf;
}

.home-links {
  margin-top: 1rem;
  /* background-color: #bad9b5; */
}

.wide-content-tray {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #eff7cf;
}

.directory {
  background-color: #bad9b5;
}

h1 {
  color: #420c14;
  margin-bottom: 30px;
  font-size: 24px;
}

.links {
  line-height: 2;
}

.links a {
  color: #420c14;
  text-decoration: underline;
  font-size: 16px;
  display: block;
  margin: 10px 0;
}

.links a:hover {
  text-decoration: none;
}

.site-title {
  color: #aba361;
  text-align: center;
}
.site-title--phonetic {
  text-align: center;
  color: #732c2c;
}

svg.pronunciation-btn {
  fill: #aba361;
}
svg.pronunciation-btn:hover {
  fill: #420c14;
}

.directory-title {
  background-color: #eff7cf;
  text-align: center;
}

.directory {
  margin-top: 1rem;
}

ul.directory-list li::marker {
  content: "";
}

.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.card {
  display: grid;
  place-items: center;
  padding: 0.6rem;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  background: white;
}

/*# sourceMappingURL=styles.css.map */
