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

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

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

h2 {
  font-size: 60px;
  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: #FFB6C1;
    margin: 10px 40px 40px 0px;
}

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

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

.chapter {
  text-align: justify;
}

.goodbad {
  text-align: justify;
}

.good {
  text-align: center;
}

.bad {
  text-align: center;
}

.steps {
    text-align: center;
    color: black;
}

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


a:visited {
    color: #FF1493;
}