::-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
}





header #tabwebappbazaarurl a,
header h1,
header h2 {
    color: #fff;
    text-shadow: 0 1px 2px #000
}




body,
h1,
header p {
    padding: 0
}


:root {
    --m-k: #ff6a00;
    --s-k: #c45b1a;
    --box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.5);
    --box-shadow-left: -5px 0px 17px 0 rgb(0 0 0 / 28%);
    --font-base: "Segoe UI", "Segoe UI Symbol", "Segoe UI Emoji", "Segoe UI Historic", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana, Geneva, -apple-system, BlinkMacSystemFont, sans-serif, system-ui
}

*,
::after,
::before,
input[type=text] {
    box-sizing: border-box
}

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: var(--m-k);

}

footer {
    text-align: center
}


.name-logo {
    text-align: center;
}


@media(max-width:768px) {
    h1.entry-title {
        font-size: 1.5em;
        padding: 2%
    }


 
}
.webappbazaarurl {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 5px;
    background: var(--s-k);
}
.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;
}
.grid a {
    border: dotted var(--m-k);
    padding: 10px;
    margin: 10px;
    color: var(--m-k);
    background: #fff;
    cursor:pointer;
}
.grid a:hover {
    color: #fff;
    background: var(--m-k);

  
}
.grid {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

footer {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}
footer a{
color:#fff;
}

.name-logo a {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}