.thanks-doc{
    position: relative;
    width: 100%;
    z-index: 100;
    max-width: 500px;
    margin: auto;
}


.thanks-read{
    position: absolute;
    width: auto;
    top: 200px;
    z-index: 100;
    padding: 25px 25px;
    color: white;
    background-color: rgb(0 0 0 / 70%);
    border-radius: 25px;
    margin: 0px 20px;
    line-height: 150%;
}

.thanks-support{
    border: 1px solid #ffffff;
    border-radius: 25px;
    margin: 0px auto;
    height: auto;
    width: 75%;
    color: white;
    font-size: 13px;
    text-align: center;
    padding: 10px 5px;
    margin: 20px auto 0px auto;
    display: block;
    position: fixed;
    bottom: 40px;
    left: 0px;
    right: 0;
}

.thanks-copy{
    text-align: center;
    font-size: 10px;
    color: white;
    background: rgb(104 104 104);
    padding: 1em;
    clear: both;
    width: 100%;
    position: fixed;
    bottom: 0;
left: 0px;
}

.copy{
    text-align: center;
    font-size: 10px;
    color: white;
    background: rgb(38 0 50);
    padding: 5px;
    position: sticky;
    top: 100vh;
    width: 100%;
}

.mypagelink{
    width: 70%;
    color: white;
    background-color: #e9c4ff;
    font-size: medium;
    text-align: center;
    padding: 13px;
    margin: 0px auto;
    border: 1px solid #ffffff;
    border-radius: 50px;
}