body {
    position:static !important;
    font-size: 11pt;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    padding-left:  10px;
    padding-right: 10px;
    width: 785px;
    min-height: none;
    min-height: 0%;
    border-radius: 0px;
    margin: auto;
  } 

.centered-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto; /* Adjusts spacing around the image */
  }
  
.centered-image img {
    max-width: 100%; /* Ensures the image scales responsively */
    height: auto; /* Maintains the aspect ratio */
  }