.central-content-container {
  display: block;
  width: 100%;
  max-width: 100%; /* Prevent exceeding viewport */
  box-sizing: border-box; /* Include padding in width calculation */
  justify-content: center;
  align-items: center;
  padding: 50px 30px 30px 30px; /* Combined padding declaration */
  margin: 0 auto; /* Center the container instead of margin-left */
  overflow-x: hidden; /* Hide horizontal overflow if it occurs */
}



/* body {
            font-family: Inter, Arial, sans-serif;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            color: #333; */
        /* } */
        h1, h2, h3 {
            font-family: Inter, Arial;
            color: black;
        }
        h1 {
             font-family: Inter, Arial;
            font-size: 2em;
            margin-bottom: 20px;
        }
        h2 {
             font-family: Inter, Arial;
            font-size: 1.5em;
            margin-top: 30px;
        }
        p, ul, li {
             font-family: Inter, Arial;
            margin-bottom: 15px;
        }
        ul {
             font-family: Inter, Arial;
            padding-left: 20px;
        }
        a {
             font-family: Inter, Arial;
            color: #1a73e8;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
        .contact-info {
             font-family: Inter, Arial;
            margin-top: 30px;
            border-top: 1px solid #ddd;
            padding-top: 20px;
        }
    