body {
  font-family: 'Georgia', sans-serif;
  background-color: white;
}

.content {
  margin: 0 auto;
    margin-top: 20px;
  border-top: 20px solid #800000;
 border-bottom: 20px solid #800000;
    border-bottom-style: groove;
    border-top-style: groove;
max-width: 800px;
}

h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0px 0px 20px;
 text-align: center;
}

h2 {
font-family: Shadows Into Light;
  font-size: 50px;
  font-weight: bold;
  color: #800000;
    text-align: center;
}

h3 {
    font-family: Lato; 
  font-size: 12px;
  font-weight: bold;
    text-align: center;
  margin: 10px 0px 20px 0px;
}

h4 {
  font-family: Shadows Into Light;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #8B0000;
  margin: 10px 0px 10px 0px;
  border-bottom: 1px solid #800000;
  border-bottom-style: ridge;
}

.dot {
  height: 5px;
  width: 5px;
  background-color: #8B0000;
  border-radius: 50%;
  display: inline-block;
}

h5 {
    font-family: Lato;   
font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #8B0000;
  margin: 25px 0px 10px 0px;
}


h6 {
  font-size: 20px;
  font-weight: bold;
  color: #DB7093;
    text-decoration: underline;
    text-align: center;
}

h8 {
  font-size: 10px;
  color: dimgray;
  text-align: center;
}


.chapter {
    font-family: Lato; 
  text-align: center;
}



p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    color: dimgrey;
    text-decoration: none;
}

.storyboard1-image {
    border-radius: 15px 15px;
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #800000;
    margin-bottom: 0px;
    border-style: groove;
}

.storyboard-image {
    border-radius: 15px 15px;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #800000;
    margin-bottom: 5px;
    border-style: ridge;
}

.storyboard2-image {
    border-radius: 15px 15px;
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #800000;
    margin-bottom: 0px;
    border-style: solid;
}


.caption {
    font-family: Shadows Into Light;
    font-size: 20px;
    text-align: center;
    color: black;
    margin-bottom: 25px;
}


.caption2 {
    font-family: Lato;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    color: black;
    margin-bottom: 15px;
}

.cs {
    font-family: Shadows Into Light;
    font-size: 25px;
    text-decoration: underline;
    text-align: center;
    color: black;
    margin-top: 20px;
    margin-bottom: 15px;
}

