
    body {
      font-family: sans-serif;
      padding:0px;
      margin:0;
      background:#fff;
    }

    textarea {
      width: 100%;
      height: 80px;
      font-size: 1.1em;
      margin-bottom: 10px;
    }

    .controls {
  
    }

    .preview-box {
      outline: 1px solid #ccc;
      margin-bottom: 20px;
      padding:30px 50px;
      text-align:left;
      white-space: pre-wrap;
    }

    .font-label {
      font-weight: bold;
      margin-bottom: 5px;
      margin-top: 21px ;
    }

    .download-buttons {
      margin-top:5px;
      margin-bottom:20px;
      float:right;
    }
    
    .pagination {
      text-align: center;
      margin-top: 20px;
    }
    .pagination a {
      margin: 0 5px;
      text-decoration: none;
      color: #0582C7;
    }
    .pagination a:hover {
      text-decoration: underline;
    }
    
    button {
      padding: 5px 10px;
      margin: 2px;
      cursor: pointer;
      background-color: #f0f0f0;
      border: 1px solid #ccc;
      border-radius: 3px;
    }
    
    button:hover {
      background-color: #e0e0e0;
    }
     .header{background-color: #fff;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: #fff;
        overflow: hidden;
        box-shadow: inset;
        margin: 0px auto;width:100%;max-width:1050px;
        color: #0582C7;}
    @media screen and (max-height: 450px) {
      .sidenav {padding-top: 15px;}
      .sidenav a {font-size: 18px;}
    }
    
    img{width:100%;max-width:1000px;margin:0px auto;border:0px;}
    
    .container1{width:100%;max-width:1000px;margin:20px auto;padding:20px;background:#fff;}
    .container{width:1005;max-width:1000px;margin:20px auto;padding:20px;background:#fff;}
    h1{color:#2a80b9;font-size:20px;color:#222}
    a.logo{color:#0582C7;border-bottom:1px solid #eee;}  
    
      .pagination {
  text-align: center;
  margin:30px auto;
  font-family: sans-serif;
}

.pagination a {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 4px;
  text-decoration: none;
  color: #0582C7;
  border: 1px solid #0582C7;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.pagination a:hover {
  background-color: #0582C7;
  color: #fff;
  text-decoration: none;
}

.pagination a.active {
  background-color: #0582C7;
  color: #fff;
  pointer-events: none;
  cursor: default;
}

#how-to-use {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 30px;
  margin: 40px 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.7;
}

#how-to-use h2 {
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 2px solid #0582C7;
  padding-bottom: 10px;
}

#how-to-use p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

#how-to-use ol {
  padding-left: 20px;
  counter-reset: step-counter;
}

#how-to-use li {
  margin-bottom: 25px;
  background: #fff;
  padding: 20px;
  border-left: 4px solid #0582C7;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  position: relative;
  list-style: none;
}

#how-to-use li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  background: #0582C7;
  color: #fff;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: bold;
  box-shadow: 0 0 0 3px #e6f0ff;
}

#how-to-use ul {
  margin-top: 10px;
  padding-left: 20px;
  list-style-type: disc;
}

#how-to-use em {
  font-style: italic;
  color: #0582C7;
}

#how-to-use strong {
  color: #222;
}

#faq {
  background-color: #fdfdfd;
  padding: 30px;
  margin-top: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
}

#faq h2 {
  font-size: 1.8em;
  color: #333;
  margin-bottom: 25px;
  border-bottom: 2px solid #0582C7;
  padding-bottom: 10px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-item h3 {
  font-size: 1.2em;
  color: #0582C7;
  margin-bottom: 10px;
}

.faq-item p {
  font-size: 1.05em;
  color: #444;
  line-height: 1.6;
}

.site-footer {
  background-color: #fff;
  color: #080000;
  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: #222;
}

.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: #302f31;
  text-decoration: none;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-social a {
  color: #555;
  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;
}


body {
    background-color:#f0f0f0 !important;
  }
  
   .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;
     padding:10px 0;
     max-height:80px;
     border-bottom:1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  
    @media(min-width:400px){
       .controls{display:flex;justify-content: center;gap:10px;align-items:center;margin:5px auto;}
         .fixed {padding:0;}
         
  }

.textarea-like {
  width: 300px;
  min-height: 100px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  outline: none;
  white-space: pre-wrap;
}

/* Fake blinking cursor */
.textarea-like:focus::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 1em;
  background: black;
  animation: blink 1s steps(1) infinite;
  vertical-align: bottom;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  50.1%, 100% { opacity: 0; }
}
