div.a {
  border: none;
  text-align: justify;
  text-justify: auto;
  display: flex;
  padding-left: 300px;
  padding-right: 300px;
  width: auto

}

div.b {
  border: none;
  text-align: justify;
  text-justify: auto;
  padding-left: 390px;
  padding-right: 390px;
}

div.c {
  border: none;
  text-align: justify;
  text-justify: auto;
  padding-left: 390px;
  padding-right: 390px;
  line-height: 5px;
}

head {
  text-align: justify;
  text-justify: auto;
}

body {
    font-size: 20px;
    font-family: gill sans;
    background: #0a3e14;
    color: #d5ff00;
    text-align: justify;
  text-justify: auto;
}
em {
  line-height: 2;
  font-size: 18px;
  text-align: center;
  font-weight: 987;
  color: #0a3e14;
  background-color: #5c9c00;
  padding-left: 200px;
  padding-right: 190px;
}

strong {font-size: 30px;
  }