body {
  background-color: #557b9a;
  background-image: url(/assets/soulBG.webp);
  background-size: 100%;
  background-attachment: fixed;
}

#container {
  background-color: #fff;
}

header h1 {
  color: black;
}

.content-title {
  font: 1.5rem Tiny;
  border-bottom: 1px dotted;
}

nav a {
  text-decoration: none;
  color: blue;
}

nav a:hover {
  font-style: italic;
}

hr {
  border: 1px dotted blue;
}

.chapter-item {
  border: 1px dotted #929fa7;
}

.chapter-item img {
  clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 50% 100%, 0% 75%, 0% 0%);
}

.chapter-item-standard img {
  clip-path: none;
}

.chapter-item p {
  font-family: Tiny;
}

footer {
  grid-area: Footer;
  justify-items: center;
}

@media screen and (max-width: 900px) {
  body {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
