body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100vh;
            background-color: #f4f4f4;
            text-align: center;
            color: #222;
        }
        h1 {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 10px;
            color: #F6941C; /* Adjust branding color if needed */
        }
        p {
            font-size: 1.3rem;
            max-width: 800px;
            color: #444;
            display: inline-block;
        }
        .footer {
            margin-top: 20px;
            font-size: 0.9rem;
            color: #777;
        }