body 

{
background-image: url("paper2.jpg");
font-family: Geneva, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1.8vw;
line-height: 1.4;
text-align: justify;
padding: 3em;
text-align: justify;

a:link, a:visited { color: #70DB93; }

}

h2 {
	text-align: center;
	padding-top:0.3em;
}

h3 {
	text-align: right;
	padding-top:0.3em;
}


@media screen and (max-width: 450px) {
  p {
    font-size: 3.2vw;
  }
  h2 {
    font-size: 3.4vw;
  }
  h3 {
    font-size: 2.6vw;
  }
  
}

@media only screen and (min-width: 451px) and (max-width: 850px) {
  p {
    font-size: 2vw;
  }
  h2 {
    font-size: 3vw;
  }
  h3 {
    font-size: 1.7vw;
  }
  
}

@media only screen and (min-width: 851px) {
  p {
    font-size: 1.8vw;
  }
  h2 {
    font-size: 1.9vw;
  }
  h3 {
    font-size: 1.5vw;
  }
} 