header { 
  background-color: aquamarine;
  height: 65px;
  padding-top: 3px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  padding-left: 32px;
}






  
  
body {
  background-color: rgb(255, 255, 255);
}
a {
  
  padding: 0px 20px;
  word-wrap: normal;
  display: inline;
  color: rgb(3, 3, 3);
  font-size: large;
  font-weight: bold;
  font-family: comic 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serifS;
}
img{
width: 50%;

}
footer{
border: 30px;
text-align: center;
background-color: rgb(127, 255, 212);
padding: 50px 50px 30px 30px;
}
h4,h5,h6,h7,h8,h9 {
  color: rgb(0, 0, 0);
  font-size: large;
  font-weight: bolder;
font-weight: bolder;

}
p{
font-size: small;
font-weight: normal
}
section,p{
  font-size: medium;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
li {
  word-spacing: 1px;
  font-size: large;
}
 h10, h11, h12, h13 {
font-size: x-large;

  }
  ol{
    font-size: large;
  }
  article{
    padding-top: 35px;
  }
  .div1 {
font-size: small;


  }
 
  .img1
  {
    right: 400px;
    position: absolute;
    top: 250px;
    width: 500px;
    height: 200px;
   padding-left: 300px;
  }
  .img2
  {
    left: 650px;
    position: absolute;
    top: 250px;
    width: 500px;
    height: 200px;
   padding-left: 300px;
  }
  .img3
  {
    right: 120px;
    position: absolute;
    top: 250px;
    width: 500px;
    height: 200px;
   padding-left: 300px;
  }
  img5 {
    height: 100px;
    width: 2px;
    
   
  }
  @media print{
    img, nav, footer, button{
      display: none;
    }
    body{
margin: 2cm;
font-size: 25px ;
    }
  }