@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap');

body {
  margin-right: -0px;
  margin-top: -10px;
  font-family: 'Balsamiq sans', cursive;
  background-color: #00ffff66;
}

header {
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  width: 100%;
  margin-left: -8px;
  margin-top: 10px;
  padding: 0;
  background-color: #ffaa00;
  height: 95px;
}
.headerTopSpacer {
  height: 5px;
  background-color: #ffaa00;
}
.headerMinusImage {
  width: 100%;
  height: 95px;
}
.pageTitle {
  display: inline-flex;
  font-weight: 700;
  font-size: 28pt;
  text-decoration: none;
  color: #000000;
  position: absolute;
  transform: translateY(-3.25%);
  top: 3.25%;
  transform: translateX(-5%);
  left: 5%;
}
.headerText {
  position: absolute;
  font-size: 22px;
  font-weight: 700;
  transform: translateY(-4%);
  top: 4%;
  text-decoration: none;
  color: #000000;
}    

.body {
  position: absolute;
  top: 105px;
  left: 7px;
  border-width: 2px;
  border-style: solid;
  padding-left: 10px;
  padding-right: 200px;
  margin-left: auto;
  width: 87.95%;
}

.mainHeading {
  font-size: 25pt;
  font-weight: 700;
}
.topicHeading {
  font-size: 20pt;
  font-weight: 700;
}
.subTopicHeading {
  font-size: 19pt;
}
.normalText {
  font-size: 14pt;
}