 body { font-family: sans-serif; margin: 0; padding: 0; line-height: 1.5; }
        header { background: #000000; color:#ffffff; padding: 1rem; display: flex; align-items: center; justify-content: space-between; }
        nav a { color: white; margin-left: 15px; text-decoration: none; }
        .logo { width: 50px; height: auto; }
        .jivepic { width: 100px; height: auto; }
        .banner { width: 100%; height: auto; object-fit: cover; background: #ddd; }
        .container { max-width: 1000px; margin: 10px auto; padding: 0 10px; }
        .text-block { margin-bottom: 30px; padding: 10px; border-left: 5px solid #ffffff; background: #f9f9f9; }
        footer { text-align: center; padding: 20px; background: #333; color: white; margin-top: 40px; }