body {
    font-size: 10pt;
    font-family: Verdana, Arial;
    color: rgb(0, 0, 0);
    line-height: 10pt;
    padding-left: 25pt;
    padding-right: 15pt;
    padding-top: 5pt;
  }
h1 {
    color: rgb(0, 0, 0);
    font-size: 20pt;
}
h2{
    color: rgb(0, 0, 0);
    font-size: 20pt;
}
h3{
    color: rgb(0, 0, 0);
    font-size: 20pt;
}
h4{
    color: rgb(0, 0, 0);
    font-size: 14pt;
}
h5{
    color: rgb(0, 0, 0);
    font-size: 14pt;
}
h6{
    color: rgb(0, 0, 0);
    font-size: 14pt;
    text-align: center;
}
h7, h8, h9 { /* You can just go on adding headings */
    display: block; /* Because this is a block level element */
 }
 h7{
    font-size: 14pt;
    color: black;
    
 }
nav{
    text-align:center;
}
body img{
 height: 400px;
 width: 400px;
}
p img{
    width: min-content;
    height: min-content;
}
