body {
    font-family: Arial, Helvetica, sans-serif, sans-serif;
}

h0 {
    display: block;
    font-size: 32px;
    color: black;
    text-align: center;
    font-weight: bold;
    margin: 1.2em 0.5em 0.8em;
}

  
p {
    display: block;   
    font-size: 14px; 
    font-weight: bold;
    color: rgb(26, 2, 32);
    text-align: left;
    margin-top: 0;
}


img {
    display: inline-block;
    max-width: 70%;
    max-height: 70%;
    margin-left: 100px;
}



@media only screen and (min-width: 1100px) {
    h0 {
        display: block;
        font-size: 32px;
        color: black;
        text-align: center;
        font-weight: bold;
        margin: 1.2em 1.5em 0.8em;
    }
    
      
    p {
        display: block;   
        margin-inline-start: 100px;
        font-size: 18px; 
        font-weight: bold;
        text-align: left;
        /*color: rgb(26, 2, 32);*/
        color: #550000; 
        /*margin-top: 0;*/
    }

    img {
        display: inline-block;
        max-width: 70%;
        max-height: 70%;
        margin-left: 100px;
    }
   
}