

body {
    font-family: Arial, Helvetica, sans-serif, sans-serif;
}

h0 {
    display: block;
    font-size: 24px;
    color: black;
    text-align: center;
    font-weight: bold;
    margin: 1.2em 0.5em 0.8em;
}

h1 {
    display: block;   
    font-size: 18px;
    color: black;
    /*color: #0000FF;*/
    text-align: left;
    font-weight: bold;
    /*font-style: italic;*/
    margin-top: 25px;
    margin-bottom: 0;
    /*margin: 0.8em 0.5em 0.8em; */
}

h2 {
    display: block;   
    font-size: 18px;
    color: black;
    /*color: #0000FF;*/
    text-align: left;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 0;
    /*text-decoration: underline;*/
    /*font-style: italic;*/
    /*margin: 0.8em 0.5em 0.8em; */
}

h3 {
    display: block;   
    font-size: 18px;
    color: black;
    /*color: #0000FF;*/
    text-align: left;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 0;
    /*text-decoration: underline; */
    /*font-style: italic;*/
    /*margin: 0.8em 0.5em 0.8em; */
}

h4 {
    display: block;   
    font-size: 18px;
    color: black;
    /*color: #0000FF;*/
    text-align: left;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 0;
}

h5 {
    display: block;   
    font-size: 18px;
    color: black;
    /*color: #0000FF;*/
    text-align: left;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 0;
}

h6 {
    display: block;   
    font-size: 18px;
    color: black;
    /*color: #0000FF;*/
    text-align: left;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 0;
}

    
#link {
    color: blue;
}

p {
    display: block;   
    font-size: 14px; 
    color: rgb(26, 2, 32);
    text-align: left;
    margin-top: 0;
}

p1 {
    display: block;   
    font-size: 14px;
    color: rgb(26, 2, 32);
    text-align: left;
}

p2 {
    display: block;   
    font-size: 14px;
    color: rgb(26, 2, 32);
    text-align: left;
}
p3 {
    display: block;   
    font-size: 14px;
    color: rgb(26, 2, 32);
    text-align: left;
}

p4 {
    display: block;   
    font-size: 14px;
    color: rgb(26, 2, 32);
    text-align: left;
}


p5 {
    display: block;   
    font-size: 14px;
    color: rgb(26, 2, 32);
    text-align: left;
}

.img1 {
    display: inline-block; 
    width: 900px;
    height: 800px;
    margin-top: 0.5em;
    margin-left: 200px;
    margin-right: auto;
 }

 h7 {
    display: block;
    font-size: 18px;
    color: black;
    /*color: #0000FF;*/
    text-align: center;
    font-weight: bold;
    margin-top: 0.4em;
    margin-bottom: 0.05em;
   /*margin-top: 0.1em;*/
 }

 @media only screen and (max-width: 768px){
    .img1 {
        display: inline-block; 
        width: 400px;
        height: 300px;
        margin-top: 0.3em;
        margin-left: 0px;
        margin-right: auto;
      }     
    }
            