body{
    background-image: linear-gradient(-35deg, rgb(5 59 89 / 115%), rgba(0, 0, 0, 1), rgb(5 59 89 / 115%));
    font-family: Poppins;
    color: white;
    background-repeat: no-repeat;

}
#header .logo{
    text-align: center;
    margin: 36px 0;
}
#header{
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 24px;
    margin: 0 0 20px 0;
}
#content div{
    /* display: ruby-text; */
    text-align: center;
}
#content .qr-code{
    text-align: center;
    font-size: 16px;
}
#content .text-code {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 4px;
    background: linear-gradient(117.58deg, rgba(215, 237, 237, 0.16) -47.79%, rgba(204, 235, 235, 0) 100%);
    max-width: 75%;
    min-width: fit-content;
    padding: 0 15px;
    margin: 10px 0;
    height: 49px;
}
#content .text-code #myCode{
    color: #fff;
    margin: 10px;
    font-size: 20px;
}
#content div .text-code .svg-button{
    background: linear-gradient(117.58deg, rgba(215, 237, 237, 0.16) -47.79%, rgba(204, 235, 235, 0) 100%);
    background-image: url('asset/image/Copy.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0 0 0 10px;
    border: none;
    cursor: pointer;
}

#content div .two-border{
    color: rgba(31, 210, 240, 1) ;
    display: flex;
    margin: 0 100px;
}

#content div .two-border .border-child{
    margin: 30px;
    border: 1px solid rgba(31, 210, 240, 1);
    border-radius: 16px;
    text-align: justify;
    width:-webkit-fill-available;
    background-color: rgba(25, 29, 33, 1);

}
#content div .two-border .border-child .header-border{
    border-bottom: 1px solid gray;
    text-align: justify;
    font-size: 32px;
    padding: 0;
}
#content div .two-border .border-child div{
    text-align: justify;
    padding: 0 37px;
    /* margin: 20px 0; */
}
#content div .two-border .border-child div button{
    width: 115px;
    height: 30px;
    border-radius: 16px;
    background: rgba(45, 217, 255, 1);
    border: solid rgba(45, 217, 255, 1);
    box-shadow: 0 4px 16px 0 rgba(45, 217, 255, 1), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
    margin-top: 5px;
}
#content div .text-code .svg-button svg{
    width: 25px;
    height: 25px;
}
#content div .two-border .border-child div button a svg{
    padding: 3px;
}
#content div .two-border .border-child .header-border p{
    margin: 5px;
    padding: 0 30px ;
    font-weight: 900;
}
#content div .two-border .border-child .step-border{
    border: 1px solid rgba(31, 210, 240, 1);
    border-radius: 16px;
    width: fit-content;
    padding: 0 13px;
    font-size: 20px;
    margin: 0;
    color: linear-gradient(158.99deg, #00D1FF 39.88%, #005264 104.25%);
    margin-top: 10px;
}
#content div .two-border .border-child span{
    color: #fff;
    font-size: 16px;
}
@media (max-width: 768px) {
    #header{
        text-align: center;
        color: #fff;
        line-height: 36px;
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    #content div .two-border{
        color: rgba(31, 210, 240, 1) ;
        display: flex;
        margin: 0;
        flex-direction: column;
        padding-bottom: 10px;
    }
    #content div .two-border .border-child div{
        text-align: justify;
        padding: 10px 20px;
        font-size: 10px;
    }
    #content .text-code {
        display: inline-flex;
        border: 1px solid rgba(255, 255, 255, 0.32);
        border-radius: 4px;
        background: linear-gradient(117.58deg, rgba(215, 237, 237, 0.16) -47.79%, rgba(204, 235, 235, 0) 100%);
        max-width: 75%;
        min-width: fit-content;
        padding: 0 5px;
        margin: 10px 0;
        height: 39px;
    }
    #content .text-code #myCode{
        color: #fff;
        margin: 10px 5px;
        font-size: 11px;
        width: 270px;
    }
    #content div .text-code .svg-button{
        background: linear-gradient(117.58deg, rgba(215, 237, 237, 0.16) -47.79%, rgba(204, 235, 235, 0) 100%);
        background-image: url('asset/image/Copy.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding: 0;
        border: none;
        cursor: pointer;
        width:13px;
        margin: 0 2px;
    } 
    #content div .text-code .svg-button svg{
        width: 15px;
        height: 15px;
    }
    #content div .two-border .border-child .header-border p{
        margin: 5px;
        padding: 0 17px ;
        font-weight: 900;
        font-size: 25px;
    }
    #content div .two-border .border-child .step-border{
        border: 1px solid rgba(31, 210, 240, 1);
        border-radius: 16px;
        width: fit-content;
        padding: 0 10px;
        font-size: 18px;
        margin: 0;
        color: linear-gradient(158.99deg, #00D1FF 39.88%, #005264 104.25%);
        margin-top: 10px;
    }
    #content div .two-border .border-child div button{
        width: 90px;
        height: 30px;
        border-radius: 16px;
        background: rgba(45, 217, 255, 1);
    }
}