
        body {
            font-family: 'Segoe UI', sans-serif;
            margin: 0;
            padding: 20px;
            background-color: #f8f9fa;
            color: #333;
        }
        .container {
            max-width: 900px;
            margin: auto;
            background-color: #fff;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        h1, h2 {
            color: #444444;
        }
        h1 {
            margin-top: 0;
        }
        p {
            line-height: 1.7;
            margin-bottom: 16px;
        }
        ul {
            padding-left: 20px;
        }
        footer {
            margin-top: 40px;
            font-size: 0.9em;
            text-align: center;
            color: #777;
        }

        .logo-icon {
        height: 40px;
        vertical-align: middle;
        margin-right: 5px;
        }

        .top-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;

        padding: 15px 30px;
        position: relative;
      }

        .top-header .logo {
        display: flex;
        align-items: center;
        font-size: 1.8em;
        font-weight: bold;
        color: #444444;
        flex: 1;
      }


