<!DOCTYPE html>
<html>
<head>
    <title>403 Forbidden</title>
    <style>
        body { 
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; 
            margin: 0; 
            padding: 100px 20px; 
            background: #f8f9fa; 
            text-align: center;
        }
        .container { max-width: 600px; margin: 0 auto; }
        h1 { font-size: 120px; margin: 0; color: #dee2e6; font-weight: 300; }
        h2 { font-size: 24px; margin: 20px 0; color: #495057; }
        p { color: #6c757d; line-height: 1.5; margin-bottom: 30px; }
    </style>
</head>
<body>
    <div class="container">
        <h1>403</h1>
        <h2>Forbidden</h2>
        <p>The page you are looking for does not exist.</p>
    </div>
</body>
</html>