        /*body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }
        
        h1 {
            text-align: center;
            color: #2c3e50;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid #3498db;
        }
        
        .code-block {
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            margin-bottom: 25px;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .code-block:hover {
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }
        
        .code-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
          padding: 12px;
   
        }
        
        .code-title {
            font-weight: bold;
            font-size: 18px;
        }
        
        .code-actions {
            display: flex;
            gap: 10px;
        }
        
        button {
            padding: 8px 15px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .copyButton {

            color: white;
        }
        
        .copyButton:hover {

            transform: translateY(-2px);
        }
        
        .toggleButton {

            color: white;
        }
        
        .toggleButton:hover {

            transform: translateY(-2px);
        }
        
        pre {
            margin: 0;
            padding: 0;
            background-color: #f1f8ff;
            border-left: 4px solid #3498db;
        }
          */    
        code {
            display: block;
            padding: 20px;
            overflow-x: auto;
            font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
            font-size: 14px;
            line-height: 1.5;
            color: #2c3e50;
        }
  
        .hidden {
            display: none;
        }
        /*
        .copied-message {
            color: #2ecc71;
            font-weight: bold;
            margin-left: 10px;
            animation: fadeOut 2s forwards;
        }
        
        @keyframes fadeOut {
            0% { opacity: 1; }
            70% { opacity: 1; }
            100% { opacity: 0; }
        }
        
        .code-description {
            padding: 15px 20px;
            background-color: #eaf2f8;
            border-bottom: 1px solid #d4e6f1;
            font-style: italic;
        }
        
        .icon {
            width: 16px;
            height: 16px;
            display: inline-block;
            vertical-align: middle;
        }




*/







        .toggleButton {
        margin-top: 10px;
        }

    .copyButton {
        margin-top: 10px;
    }