@charset "utf-8";
/* CSS Document */
body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            margin: 0;
            padding: 0;
            background-color: #f4f4f9;
        }
        header {
            width: 100%;
            background-color: #2c3e50;
        }
        .header-image {
            width: 100%;
            height: auto;
            display: block;
            max-width: 1200px;
            margin: 0 auto;
        }
        .container {
            max-width: 800px;
            margin: 20px auto;
            padding: 20px;
            background: #fff;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border-radius: 8px;
        }
        h1, h2 {
            color: #27ae60;
        }
        .section {
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
            display: flow-root;
            
        }
        .section:last-child {
            border-bottom: none;
        }

.section img{width: auto; height: 100px; float: right;margin-right: 15px; };



        .footer {
            text-align: center;
           
            color: #777;
            margin-top: 40px;
            padding: 20px;
        }
.footer p{ font-size: 10px;}
        .highlight {
            font-weight: bold;
            color: #2c3e50;
        }