        body {
            font-family: Arial, sans-serif;
            background-color: #00ff2f;
            color: #333;
            text-align: center;
            padding: 50px;
        }
        a {
            color: #0066cc;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
