* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: Optima;
  font-size: 22px;
  color: black;
  background-color: #fffafa;
  opacity: 0.9;
  padding-bottom: 60px;
}

header {
  padding-bottom: 80px;
}

h3 {
  text-align: center;
  font-family: Didot;
}

ul {
  list-style-type: none;
}

/* link colors */
a {
  color: black;
}

a.nav {
  text-decoration: none;
}


/* Header Bar */

.header {
  font-family: Didot;
  font-size: 50px;
  padding-top: 5px;
  text-align: center;
  border-bottom: 1px solid;
}

.tag {
  font-family: Optima;
  border-bottom: 1px solid;
  height: 19px;
  background-color: #fffafa;
  width: 100%;
  z-index: 1;
  padding-top: 1px;
  text-align: center;
  font-size: 16px;
}


/* Body */

.welcome {
  max-width: 720px;
  margin: auto;
  font-size: 18px;
  align-content: flex-end;
  flex-wrap: wrap;
  padding: 0px 25px 80px 25px;
  text-align: justify;
}

.section {
  margin: auto;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  flex-wrap: wrap;
}

.footer {
  font-family: Optima;
  height: 19px;
  background-color: #fffafa;
  width: 100%;
  z-index: 1;
  text-indent: 20px;
  text-align: left;
  font-size: 16px;
}

/* Layout */

.chapter {
  max-width: 720px;
  margin: auto;
  font-size: 18px;
  line-height: 1.2;
  text-align: justify;
  text-indent: 30px;
  padding: 0px 25px 2px 25px;
  align-content: flex-end;
  flex-wrap: wrap;
}

.book {
  border: 1px solid;
  color: black;
  background-color: white;
  padding: 20px 20px;
  height: auto;
  width: 260px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  margin: 4px;
  cursor: pointer;
  border-radius: 15px;
}

.blurb {
  width: 260px;
  margin: auto;
  font-size: 18px;
  line-height: 1.2;
  text-align: justify;
  text-align-last: justify;

}