   body { font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; padding:0px;width:100%; margin:0; color: #222; background:#F0F0F0; }
    h2 { margin: 0 0 12px; }
    textarea { width: 100%; height: 90px; font-size: 1.05rem; margin: 10px 0 14px; padding: 10px; border-radius: 8px; border: 1px solid #ccc; }
    .controls { display: flex;justify-content:center; gap: 10px; align-items: center; margin: 10px; }
    .controls label { display: flex; align-items: center; gap: 8px;justify-content:center;flex-wrap:wrap; }
    input[type="range"] { width: 160px; }
    .preview-box { outline: 1px solid #ddd; border-radius: 0px; margin: 10px 0 8px; padding: 28px; text-align: center; white-space: pre-wrap; background: #fff; }
    .font-label { font-weight: 700; margin-top: 18px; }
    .btns { display: flex; gap: 8px; justify-content: flex-end; margin: 6px 0 18px; flex-wrap: wrap; }
    button { background: #f2f2f2; color: #222; border: 0; border-radius: 8px; padding: 8px 12px; cursor: pointer; }
    button:hover { background: #fafafa; color: #222; }
  .pagination {
     text-align: center;
     margin: 20px auto;
     font-family: sans-serif;   
     padding-top: 50px;
 
    }

.pagination a {
  display: inline-block;
  padding: 8px 14px;
  margin: 2px 4px;
  text-decoration: none;
  color:#222;
  border: 1px solid #eee;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.pagination a:hover {
  background-color: #eee;
  color: #fff;
  text-decoration: none;
}

.pagination a.active {
  background-color:#eee; 
  color: #222;
  pointer-events: none;
  cursor: default;
}
      .header{background-color:#BE1B21;width:100%;margin:0px;border-bottom:2px solid #cfd6ce;}
   
     .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index:99999;
      top: 0;
      left: 0;
      background-color: #fafafa;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
    }
    
    .sidenav a  ,.sidenav h3{
  padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size:20px;
    color: #222222;
    display: block;
    transition: 0.3s;
    text-align:left;
    }
    
    .sidenav a:hover {
      color:#2A80B9;
    }
    
    .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }
    .main-menu{background-color:#BE1B21;
        overflow: hidden;
        box-shadow: inset;
        margin: 0px auto;width:100%;max-width:1200px;
        color:#fff;}
    @media screen and (max-height: 450px) {
      .sidenav {padding-top: 15px;}
      .sidenav a {font-size: 18px;}
    }
     @media screen and (min-width: 490px) {
 .codiv {padding:20px;}
     
 }
        .container {
            max-width: 1200px;
            margin: 20px auto;
            padding: 20px;
            background-color: #fff;
        }

        h1 {
            color: #222;
        }

        textarea {
            width: 95%;
            height: 80px;
            font-size: 1.1em;
            margin: 10px auto;
            border: 1px solid #ccc;
            border-radius: 4px;
            padding: 10px;
            display: block;
        }

 .ads-sec {
            display: flex;
            gap: 20px;flex-wrap: wrap;
            flex-direction: column;
            justify-content:left;
            max-width: 1000px;
            margin:20px auto;
            padding:20px 10px;
           
        }
        
               
               
  .site-footer {
            background-color: #BE1B21;
            color: #fafafa;
            padding: 40px 20px 20px;
            font-family: 'Segoe UI', sans-serif;
        }

        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
            max-width: 1100px;
            margin: auto;
        }

        .footer-content h3,
        .footer-content h4 {
            color: #fff;
        }

        .footer-left p {
            max-width: 300px;
            font-size: 0.95em;
            line-height: 1.6;
        }

        .footer-links ul {
            list-style: none;
            padding: 0;
        }

        .footer-links ul li {
            margin-bottom: 8px;
        }

        .footer-links ul li a {
            color: #ccc;
            text-decoration: none;
        }

        .footer-links ul li a:hover {
            text-decoration: underline;
        }

       
        .footer-social{
          display:flex;  
          justify-content: left;
          flex-direction: column;
          max-width:300px;

        }
         
        .footer-social a {
            color: #ccc;
            text-decoration: none;
            font-size: 0.95em;
        }

        .footer-social a:hover {
            text-decoration: underline;
        }

        .footer-bottom {
            text-align: center;
            margin-top: 30px;
            font-size: 0.85em;
            color: #999;
            border-top: 1px solid #333;
            padding-top: 15px;
        }

        .loading {
            display: none;
            font-size: 12px;
            color: #007BFF;
            margin-top: 5px;
            text-align: right;
        }

        .codiv {
            background: #fff;
            width: 100%;
            max-width: 1200px;
            overflow: auto;
            margin: 20px auto;
            padding:0px;
        }

        .comments {
            border: 0px solid red;
            max-width: 1280px;
            width: 100%;
            margin: auto;
            padding: 10px;
        }
        a .logo{color:#BE1B21;}
        .logo:hover{color:#BE1B21;}
         .fixed{
     position: fixed;
     top:0; left:0;
     width: 100%; 
     z-index:999999; 
     background-color:#fff;
     display: flex;
     justify-content: center;
     align-items:center;
     margin:0;
    
     max-height:80px;
     border-bottom:1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }