h2, h3 {
  font-style: italic;
  text-align: center;
  margin: 1em;
}

h3 {
  margin: 0;
}

p {
  font-family: "Tinos", serif;
  font-size: 16px;
  text-indent: 0;
  text-align: justify;
  font-stretch: semi-expanded;
  margin-top: 0;
  margin-bottom: 1em;
}

#main_Wrapper {
  margin: 1em;
}

#main_Report {
  background: url("../images/paper_texture.png") repeat;
  border-radius: 10px;
  box-shadow: 10px 10px 5px #888888;
  margin: 2em 15em;
  padding: 2em;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #main_Report {
    margin: 2em 5em;
    padding: 2em;
  }
}
