 body {
            font-family: 'Roboto', sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
        }
        h1, h2, h3 {
            color: #0038a8;
        }
        h1 {
            text-align: center;
            margin-bottom: 30px;
        }
        .last-updated {
            text-align: center;
            font-style: italic;
            margin-bottom: 40px;
        }
        .section {
            margin-bottom: 30px;
        }
        .back-link {
            display: inline-block;
            margin-top: 30px;
            padding: 10px 20px;
            background: #0038a8;
            color: white;
            text-decoration: none;
            border-radius: 4px;
        }