.title {
    text-align: center;
    color: #1956AF;
    border-radius: 10px;
    background-color: #ff6105;
    border: 3px solid #1956AF;
    padding-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.txt {
    margin-top: 1cm;
}

.button {
    height: 2.5cm;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 600;
    font-style: normal;
    /* padding: 0.6em 1em; */
    border: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;

}

.button:before {
    content: "";
    background: linear-gradient(45deg,
            #ff0000,
            #ff7300,
            #fffb00,
            #48ff00,
            #00ffd5,
            #002bff,
            #7a00ff,
            #ff00c8,
            #ff0000);
    position: absolute;
    /* top: -2px;
    left: -2px; */
    background-size: 600%;
    z-index: -1;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 18px;
}

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.button:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
}

img {
    border-radius: 12px;
}

.welcome-text {
    font-family: "Anek Gujarati", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal
}

.welcome-text {
    font-size: large;
}

.faq1 {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 600;
    font-style: normal;
    justify-content: center;
    border: black solid 2px;

}

#ans1 {
    text-align: center;
    color: #1956AF;
    border-radius: 10px;
    background-color: #E1EDFF;
    border: 1px solid #1956AF;
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
}

.text-green-700 {
    border: #00ffd5 solid 1.8px;
    font-size: 20px;
}

.scroll-badge,
.scroll-badge2 {
    display: flex;
    justify-content: center;
    margin-top: -10px;
}

.readme-title {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.readme-para {
    font-family: "Anek Gujarati", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.readme-emoji {
    display: flex;
    justify-content: center;
    font-family: "Baloo Bhai 2", sans-serif;
    font-style: normal;

}

.emoji-title {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-size: 35px;
    overflow: hidden;
    border: #9B5DE5 solid 2px;
    border-radius: 10px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FDC5F5;
    color: #111;

}

.emoji-shortcut {
    font-family: "Baloo Bhai 2", sans-serif;
    font-style: normal;
    margin-top: 30px;
    font-size: 17px;
}

.textofshit {
    margin-bottom: -24px;
}

.emoji-shortcut {
    border-bottom: #ff0000 solid;
    border-radius: 10px;
    border-bottom-width: 4px;
}

.opensource-para {
    font-family: "Baloo Bhai 2", sans-serif;
    font-size: 15px;

}

.opensource-edit {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 600;
    text-align: left;
}

.adblocker-para1 {
    font-family: "Hind Vadodara", sans-serif;
}
.app-adblock{
    font-family: "Hind Vadodara" , sans-serif;
    font-weight: 600;
    color: burlywood;
    font-size: 29px;
}
.app-adblock-list{
    font-family: "Anek Gujarati", sans-serif;
}
.tabs-adguard-dns{
    font-family: "Hind Vadodara", sans-serif;
}
.border-down{
    border-bottom: red dotted 4px;
    border-bottom-left-radius: 15px ;
    border-bottom-right-radius: 15px ;
    margin-bottom: 20px;
}
.imp-step-text{
    color: red;
    text-align: center;
    background-color: #E1EDFF;
}