/*https://coolors.co/palette/fffcf2-ccc5b9-403d39-252422-eb5e28*/

 body {
  font-family: system-ui, -apple-system, Inter, 'Helvetica Neue', Roboto; 
  background: #fdfdfc;
  color: #21201C;
  font-size: 17px;
  letter-spacing: -0.1px;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 140px auto;
  padding: 0 16px;
  max-width: 660px;
}

::selection {
  background-color: #ccc5b940;
}

 p {
  margin-bottom: 32px;
 }

 h1 {
 margin: 0 auto 20px auto;
 font-size: 1.476rem;
 font-weight: 700;
 margin: 0 auto 60px auto;
            font-size: 1.3rem;
            font-weight: 600;

 }


 h2 {
 font-size: 1.383rem;
 margin-top: 40px;
 font-weight: 600;
 }

 h3 {
 font-size: 1.296rem;
 }

 h4 {
 font-size: 1.215rem;
 }

 small {
 font-size: 0.937rem;
 line-height: 0.1em !important;
 }


.metadata {
 margin-top: 40px;
 text-align: center;
 color: grey;

 }

 a {
 color: #202020;
 }

 a:hover {
    color: #EB5E28;
 }


.book-rating {
 line-height: 1.5em;
 font-size: 0.935em;
 margin: 60px auto;
 max-width: 480px;
}

footer {
    margin-top: 60px;
    color: #808080;
}

.align-center {
    text-align: center;
}


.home-em em{
    font-family: georgia;
    font-size: 1.05em;
}