  html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Optional: hides any overflow on the x-axis */
    font-size: 16px;
  }

p {
    font-size: 1em; /* Font size relative to the parent element (body) */
}


.