body {
  background-color: rgb(255, 255, 255);
  margin-top: 5%;
  margin-left: 30%;
  margin-right: 30%;
  margin-bottom: 20%;
  font-family: 'Times New Roman', Times, serif;
  line-height: 100%;
  border: 10px solid black;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
  width: 750px;  
}

h1 {
  color: rgb(0, 0, 0);
  text-align: left;
  font-family:Georgia, 'Times New Roman', Times, serif;
  margin-top: 10%;
}

p {
  font-size: 20px;
  text-align: end;
}

h2 {
  line-height: normal;
  border: 3px ridge rgb(32, 32, 32);
  margin-top: 20%;
  text-decoration-line: underline;
}

h3 {
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: large;
  line-height: 80px;
  position: absolute;
}

h4 {
  font-size: 20px;
  text-align: right;
  line-height: 100%;
  position: relative;
  height: 100%;
  bottom: -40px;
}

h5 {
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: large;
  line-height: 60px;
  position: absolute;
}

h6 {
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: large;
  line-height: 80px;
  position: absolute;
}

h7 {
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: large;
  line-height: 50px;
  position: relative;
}

h8 {
  color: rgb(0, 0, 0);
  position: relative;
}

h9 {
  color: rgb(0, 0, 0);
  position: relative;
  text-align: left;
}

p2 {
  font-size: 15px;
  line-height: 10px;
}

p3 {
  font-size: 15px;
  line-height: 10px;
  font-style: italic;
  position:absolute;
}

p4 {
  font-size: 15px;
  line-height: 150%;
  position: relative;
  display: list-item;
  margin-left: 10%;
}





