body {
  background-color: #fff;
}

.body-container {
  padding: 40px 50px 40px 30px;
}

.body-container h2 {
  font-size: 1.6rem;
  padding-bottom: 10px;
}

.body-container h3 {
  font-size: 1.5rem;
  padding-bottom: 10px;
  text-decoration: underline;
  padding-top: 10px;
}

.body-container p {
  padding-bottom: 15px;
  padding-top: 0px;
  font-size: 1.1rem;
  padding-left: 20px;
}

.body-container h4 {
  margin-left: 30px;
  font-size: 1.3rem;
}

.outlines {
  margin-top: 20px;
}

.outlines .each-outlines h4 {
  padding-bottom: 10px;
}

.outlines .each-outlines ul {
  margin-bottom: 20px;
  margin-left: 30px;
}

.outlines .each-outlines ul li {
  padding-bottom: 10px;
}

.footer-p {
  text-wrap: wrap !important    ;
}

a {
  text-decoration: none;
  font-size: 18px;
  color: rgba(60, 94, 243, 0.938);
}

a:hover {
  text-decoration: underline;
}
