::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

html {
    scrollbar-width: thin;
    scrollbar-color: #ff6a00 #f1f1f1;
    scroll-behavior: smooth
}

h1,
h2 {
    color: #444;
    margin: 0
}

body,
h1,
h2 {
    margin: 0
}
   

        body {
    font-size: 1rem;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    background: #ecedf3;
    -webkit-font-smoothing: antialiased;
    touch-action: manipulation
}

.container {
   max-width: 1080px;
    margin: 0 auto
}



h1 {
    font-size: 2.2em
}

h2 {
    font-size: 1.8em;
    font-weight: 600;
}

h3 {
    font-size: 1.45em
}


header,
nav {
    background: #ff6a00;

}
.name-logo {
    text-align: center;
} 

.container {
   max-width: 1080px;
    margin:  auto;
}
.webappbazaarurl {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 5px;
    background: #c45b1a;
}
.kitnav{
    max-width: 600px;
    margin: 0 auto;
}
.webappbazaarurl a {
    display: inline-block;
    color: #333;
    background-color: #fff;
    padding: 7px 14px;
    margin: 4px;
    font-size: 1em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transition: .3s;
    position: relative;
    border-radius: 20px;

}
.webappbazaarurl a:hover {
  
    color: #fff;
    background-color: #00bf63;

}
.webappbazaarurl a, a {
    text-decoration: none;
}
@media(max-width:768px) {
   .container {
       margin: 10px;
    }


 
}
/*New Code*/
        h1 {
            font-size: 24px;
            text-align: center;
            margin-bottom: 20px;
        }

       .dis-sec p {
            padding: 10px 20px;
            margin-bottom: 15px;
        }

        .form-group {
            margin-bottom: 15px;
        }

        label {
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
        }

        input[type="text"] {
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 16px;
            margin: 10px;
            padding: 10px;
        }

        button {
            display: inline-block;
            padding: 10px 80px;
            font-size: 16px;
            color: white;
            background-color: #ff6a00;
            border: 3px solid #fff;
            border-radius: 60px;
            cursor: pointer;
            box-shadow: 0px 7px 10px 0 rgb(0 0 0 / 33%);
            margin: 20px 0;
            transition: opacity 0.3s;
        }

        button:hover {
            opacity: 0.7;
        }

        .generator__webappbazaar {
            margin-top: 20px;
        }

        .generator__webappbazaar h2 {
            text-align: center;
            font-size: 20px;
            margin-bottom: 20px;
        }

        pre {
            background: #eee;
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 2px 10px 0 #cac9c9;
            white-space: pre-wrap;
            word-wrap: break-word;
        }

        footer {
            padding: 10px;
            text-align: center;
            background-color: #000000;
            color: white;
            font-size: 14px;
        }

        .footer-link {
            color: white;
            text-decoration: none;
        }

        .footer-link:hover {
            text-decoration: underline;
        }

        #webappbazaar-alert {
            color: #fff;
            font-size: 18px;
            padding: 15px 25px;
            background-color: #00bf63;
            display: none;
            position: fixed;
            right: 10px;
            bottom: 80%;
            border-radius: 5px;
        }
        nav{
          margin-bottom: 15px;
        }
        @media(max-width:768px) {
          input[type="text"] {
            width: 90%;
        
        } 
}

.name-logo a {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}