* {
    font-family: 'poppins', serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
}
#payoune {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#profile {
    width: 300px;
    height: fit-content;
    margin: 20px 20px 10px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#photoProfile {
    margin: 20px 0 10px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
#profile h1 {
    font-size: 18pt;
    font-weight: bold;
    color: black;
}
#profile p {
    font-size: 10pt;
    margin: 0 20px;
}
.media {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
}
.media a {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 10px 10px 20px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media a img {
    width: 30px;
    height: 30px;
}
.media a:hover {
    scale: 1.05;
    background-color: rgba(255, 255, 255, 0.5);
}
.media a::before {
    content: attr(data-text);
    height: 25px;
    width: 100px;
    position: absolute;
    background-color: white;
    border-radius: 30px;
    transform: translateY(-25px) rotate(25deg);
    opacity: 0;
    transition: .3s ease;
    margin-bottom: -5px;
    
    font-size: 10pt;
    text-align: center;
    line-height: 25px;
    color: black;
}
.media a::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid white;
    transform: translateY(0) rotate(25deg);
    opacity: 0;
    transition: .3s ease;
}
.media a:hover::before {
    transform: translateY(-45px) rotate(0);
    opacity: 1;
}
.media a:hover::after{
    transform: translateY(-30px) rotate(0);
    opacity: 1;
}
#text {
    width: 300px;
    max-width: 440px;
    height: fit-content;
    background-color: #dba8a8;
    border-radius: 10px;
    display: flex;
    color: white;
    margin: 10px;
}
#text p {
    font-size: 10pt;
    margin: 10px 20px;
}
#container {
    max-width: 440px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.box {
    width: 140px;
    max-width: 200px;
    height: 100px;
    border-radius: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.box:hover {
    opacity: 0.5;
}
.box h2 label {
    font-weight: 200;
}
.box img {
    width: 40px;
    height: 40px;
}
h2 {
    font-size: 14pt;
    font-weight: 600;
}
#paypal {
    background-color: #018ac5;
}
#binance {
    background-color: #1f1f1f;
}
#visa {
    background-color: #ffdd00;
}
#crypto {
    background-color: rgb(166, 199, 189);
}
footer {
    position: fixed;
    bottom: 0;
    height: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
    line-height: 20px;
}
footer p {
    color: rgb(0, 0, 0);
    font-size: 8pt;
}
a {
    text-decoration: none;
}
#popupBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    display: none;
    z-index: 99;
}
.popup {
    z-index: 999;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 10px;
}
#USDT img {
    width: 60px;
    position: absolute;
    top: 40px;
    left: 25px;
}
#solana img {
    width: 60px;
    position: absolute;
    top: 160px;
    left: 25px;
}
#popupCrypto {
    width: 340px;
    height: 250px;
    display: none;
    background-color: white;
}
.closeBtn:hover {
    cursor: pointer;
}
.closeBtn {
    right: -10px;
    top: -10px;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgb(192, 189, 189);
    background-image: url(svg/close.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    z-index: 9999;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#USDT, #solana {
    width: 310px;
    height: 100px;
    margin: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}
h6 {
    font-size: 11pt;
    font-weight: bold;
    margin-left: 80px;
    margin-top: 10px;
}
h6 span {
    font-size: 10pt;
    padding: 0 5px 0 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 5px;
}
.address {
    width: 205px;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 80px;
    border-radius: 5px;
    background-color: #0000008a;
    color: white;
    padding: 5px;
}
.address p {
    font-size: 10pt;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 300;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

#popupBinance {
    width: 340px;
    height: 410px;
    display: none;
    background-color: white;
    padding-bottom: 10px;
}

#QRimg {
    width: 300px;
    background-color: #ffdd00;
    margin: 10px;
    border-radius: 10px;
}
#ID {
    font-size: 10pt;
    text-align: center;
    line-height: 30px;
    width: 100px;
    height: 30px;
    border-radius: 15px;
    margin: 0 10px;
    background-color: #1f1f1f;
    color: white;
}