
.italic {
  font-style: italic;
}



body {
  font-family: 'IM Fell DW Pica', serif;
  background-color: #afbcba;
  color: #1a1a1a;
  margin: auto;
  padding: 1rem 1rem 1rem;
  max-width: 800px;
  line-height: 1.7;
}

header {
  background-color: #afbcba;    
  text-align: center;
  padding: 1rem 1rem 1rem;
}

#preface {
  background-color: #afbcba;
  text-align: center;
  font-size: .8rem;
  font-style: normal;
  line-height: 1;
}


h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

/*

.dark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid black;
  margin: auto;
  padding: .3rem .3rem .3rem;
  line-height: 1;
  background-color: #95afac;
  color: #444;
}

.dark div {
  text-align: center;
}


.sigil {
  max-width: 100px;
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-right: 20px;
}

*/

.dark {
  align-items: center;
  border: 2px solid black;
  margin: auto;
  padding: .5rem .5rem .5rem;
  line-height: 1;
  background-color: #95afac;
  color: #444;
  position: relative; 
}

.sigil {
  max-width: 100px;
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dark div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.piecename h1 {
    line-height: 1;
}

section {
  margin: 1rem 0;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

ul {
  padding-left: 1.2rem;
}

blockquote {
  font-style: italic;
  margin-left: 1rem;
  border-left: 3px solid #999;
  padding-left: 1rem;
  color: #333;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  font-size: 0.9rem;
  margin: 4rem 0 2rem;
  color: #777;
}



