body {
  font-family: 'Courier New', sans-serif;
    background-color: antiquewhite;
}

.content {
  margin: 0 auto;
  border-top: 20px solid #8B4513;
 border-bottom: 20px solid #8B4513;
    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-size: 55px;
  font-weight: bold;
  color: #999;
    text-align: center;
}

h3 {
  font-size: 15px;
  font-weight: bold;
    text-align: center;
  margin: 10px 40px 10px 0px;
}

h4 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #A0522D;
    margin: 10px 40px 40px 0px;
}

h5 {
  font-size: 20px;
  font-weight: bold;
  color: gray;
    text-align: center;
    margin-bottom: 20px;
}

.chapter {
  text-align: justify;
}

.caption {
    text-align: center;
    color: #330C00;
    margin-bottom: 25px;
}

.steps {
    text-align: left;
}

.storyboard1-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #8D6645;
    margin-bottom: 20px;
    border-style: groove;
}

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

a:link {
    color: #330C00;
}

a:visited {
    color: #330C00;
}