 * {
      padding: 5px;
      font-family: monospace;
      font-size: 16px;
      line-height: 1.25;
      text-align: justify;
    }

.heading {
      font-weight: bold;      
      text-transform: uppercase;
      margin-top: 4ch;
      padding: 0px;
    }

html {
      max-width: 900px;  /* For Desktop PC (see @media for Tablets/Phones) */
      padding-left: 2%;
      padding-right: 3%;
      margin: 0 auto;
      }


hr {
      height: 1px;
      color: black;
      background-color: black;  /* Modern Browsers */
      padding: 0;
      border: 0;
}

.date {
      font-size: 12px;
      margin-bottom: 2ch;
      text-transform: none;
      padding: 0;
}

p {
      margin-bottom: 16px;
      line-height: 1.25;
}

.price-paragraph {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.price-text {
  flex: 1;
}

.price-image img {
  max-width: 600px; /* adjust as needed */
  height: auto;
}
