  body {
            font-family: Arial, sans-serif;
            max-width: 800px;
            margin: 40px auto;
            padding: 0 15px;
            line-height: 1.6;
            color: #222;
            background-color: #f9f9f9;
        }

        h1,
        h2 {
            color: #004080;
        }

        a {
            color: #004080;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        section {
            margin-bottom: 30px;
        }