@font-face {
  font-family: 'typo';

  src: url('Typo/Helvetica.ttf');

  font-weight: normal;
  font-style: normal;


}

html, body{
  margin:0;
  padding:0;
}
body{

background: rgba(10, 10, 10, 0.2);
font-family: 'typo';


}

section.page{
width:205mm;
height:205mm;
margin: 0 auto;

}

img{

  width:100%;
  align-items: center;

}

header{
  font-size: 24pt;
}

header{
  text-align: center;
  color: rgba(255, 0, 0, 1);

}

footer{
  position:center;
  bottom:0;
  width:calc(100% - 6mm);
  height:12pt;
  font-size: 10pt;

}



h1{
  font-size: 20pt;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  margin-top: 12px;
  color: rgba(0, 100, 0, 1);

}

h2{
  font-size: 20pt;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 100px;
  color: rgba(0, 100, 0, 1);

}

h3{
  font-size: 20pt;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding-left: 50mm;
  padding-right: 50mm;
  margin-bottom: 100px;
  margin-top: 100px;
  color: rgba(0, 100, 0, 1);

}



article{
     font-size: 14pt;
     color: rgba(2, 0, 0, 1);
     margin-top: 1px;
     margin-bottom: 1px;

}

article p{
  margin-left: 12pt;
  margin-right: 12pt;
  text-align: center;
  margin-top: 40mm;
  margin-bottom: 10mm;

 }

  #page2 article{
  background-image:url('images/Level-5-photo-1.jpg');
  background-repeat:no-repeat;
  background-position:left;
  background-size:100mm 100mm;

 }



@media print{
  header, h1{
    display:none;
     }
  article p{
    margin-top: 80mm;
    margin-bottom: 80mm;


  }
  section.page{
    border: 0;
  }
  @page{
    size:200mm 200mm;
  }
}
