body {
    background:#fff;
    color: #000; 
    font-size:20px;
}
 
p {
    font-size:22px;
}

th {
    font-size:18px;
}

img {
    display:block;
    margin-left: auto;
    margin-right:auto;
    width:50%;
    height: auto;
    max-width: 100%;
    
}



