@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sixtyfour&display=swap");
body {
  background-color: rgb(250, 228, 200);
}
body h1 {
  font-family: "Sixtyfour";
  text-shadow: 2px 2px lightgray;
}
body figcaption, body footer {
  font-size: x-small;
}
body ul {
  list-style-type: none;
}
body .smaller {
  font-size: small;
}
body .accordion-button {
  background-image: linear-gradient(to bottom right, lightsteelblue, dimgray);
  font-weight: bold;
}
body .accordion-body ul li {
  list-style: none;
}
body .accordion-body ul li::before {
  content: "⮚";
}
body .accordion-body ul ul {
  list-style-type: none;
  color: #616161;
}
body .accordion-body ul ul li::before {
  content: "⤏";
}/*# sourceMappingURL=styles.css.map */