 body {
            background: #f7f7f7;
            font-family: "Helvetica", "Arial", sans-serif;
        }

        .page-container {
            max-width: 900px;
            background: #fff;
            padding: 40px;
            margin: 120px auto;
            border-radius: 12px;
            box-shadow: 0 3px 12px rgba(0,0,0,0.1);
        }

        h1 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        h2 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: 600;
        }

        p,
        li {
            font-size: 16px;
            line-height: 1.6;
            color: #444;
        }

        .back-link {
            margin-top: 25px;
        }

       

        .header {
            padding: 0px 40px 20px;
        }
        .header a {
    color: #111;
}

.header a {
    color: #111;
}
.header a:hover {
    color: #0062cc;
}

.header a.active {
    color: #0062cc;
}