
        body {
            font-family: Arial, sans-serif;
            background-color: #f7f7f7;
            text-align: center;
            padding: 100px;
        }

        h1 {
            color: #333;
            font-size: 5em;
        }

        p {
            color: #666;
            font-size: 1.2em;
            margin-top: 10px;
        }

        a {
            color: #007bff;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }
