
    .apiCardS {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;

    }
    .apiCardS a{
        width: 100%;
        max-width: 300px;

    }
    .apiCard {
        display: flex;
        flex-direction: column;
        height: 50px;
        margin-top: 20px;

        border-radius: 5px;
        padding: 20px;
        background-color: white;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }
    .text_end {
        color: #999;
        line-height: 50px;
        align-self: flex-end;
    }
    body {
        font-family: "Chinese Quotes", Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        margin: 0px;
        font-size: 14px;
    }

    .head {

        position: fixed;
        top: 0px;
        z-index: 999;

        padding: 10px;


        transition-duration: 1s;
        /*box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;*/
        border-bottom: 1px solid rgba(0, 0, 0, .15);


        width: 100%;
        min-height: 30px;
    }

    a,
    h1 {
        text-decoration: none;
        color:#e6e6e6;
    }

    .bg {
        pointer-events: none;
        position: relative;

        left: 50%;
        top: 0px;
        z-index: 999;
        padding: 40px;
        /* padding-right: 20px; */
        background: linear-gradient(135deg, #ABDCFF 10%, #0396FF 100%);
        filter: blur(230px);
        transform: translate(-50%, -50%);
    }


    .api {
        background: linear-gradient(135deg, #ABDCFF 10%, #0396FF 100%);
        
        color: transparent;
        -webkit-text-fill-color: #00000000;
        

        background-clip: text;
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
        max-width: 576px;
        line-height: 56px;
        font-size: 48px;
    }

    .body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .body button {
        border-radius: 20px;
        color: #fff;
        background-color: #0396ff;
        border: 1px solid #abdcff;
        padding: 0 20px;
        height: 38px;
    }

    .end #nr {
        text-align: center;
    }

    .end {
        padding :10px;
        color: #999;
    }
    @media (max-width:530px ) {

    }

