 body {
            font-family: Arial, sans-serif;
            margin: 0;
            line-height: 1.6;
            background: #f4f4f4;
        }
        header {
            background: #0e8ecf;
            color: #fff;
            padding: 10px;
            text-align: center;
        }
        section {
            padding: 30px;
            background: #fff;
            margin: 15px;
            border-radius: 8px;
        }
        h2 {
            color: #0e8ecf;
        }
        ul {
            columns: 2;
        }
        footer {
            background: #0e8ecf;
            color: #fff;
            text-align: center;
            padding: 20px;
        }
        .notice {
            background: #ffcc00;
            padding: 10px;
            text-align: center;
            font-weight: bold;
        }
        .contact p {
            margin: 5px 0;
        }
        .footer-link {
            margin-top: 10px;
            font-size: 14px;
        }
        .footer-link a {
            color: #ffcc00;
            text-decoration: none;
        }
        .footer-link a:hover {
            text-decoration: underline;
        }