 .DTLArgoWTCaps-Regular {font-weight: normal; font-style: normal; line-height:normal; color:#222; font-family: 'DTL Argo WT Caps', sans-serif;}
.DTLArgoWTCaps-Italic {font-weight: normal; font-style: italic; line-height:normal; color:#222; font-family: 'DTL Argo WT Caps', sans-serif;}
.DTLArgoWTCaps-Medium {font-weight: 600; font-style: normal; line-height:normal; color:#222; font-family: 'DTL Argo WT Caps Medium', sans-serif;}
.DTLArgoWTCaps-MediumItalic {font-weight: 600; font-style: italic; line-height:normal; color:#222; font-family: 'DTL Argo WT Caps Medium', sans-serif;}

        /* Basic Styles */
        body {
        font-family: 'DTL Argo WST', Arial, sans-serif;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            background-color: #f1f1f1;
            font-variant-ligatures: normal;
            
           
        }

        .container {
            width: 100%;
            max-width: 900px;
            padding: 20px;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            text-align: justify;
            font-size: 1rem;
             background-color: #f1f1f1;
             
        }

        h1 {
            color: #333;
            text-align: center;
             font-size: 1rem;
                     font-family: 'DTL Argo WST Medium', Arial, sans-serif;

        }

        p {
            line-height: 1.8;
            color: #555;
        }

        @media (max-width: 768px) {
            .container {
                padding: 15px;
            }

            p {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 10px;
            }

            p {
                font-size: 0.8rem;
            }
        }