body {
    background: url("../fon.png");
    height: 100vh;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: #02240d;
    opacity: 0.9; 
    color: #f8f9fa; 
}

p{
    font-size: 20px;
}

.light-mode body {
    height: 100vh;
    background-color: #acacac !important; 
    color: #02240d !important; 
}

.mt-5 {
    margin-top: 1rem !important;
}

.card {
    background-color: #1661F2; 
    color: #f8f9fa; 
    box-shadow: 5px 5px 10px #F0C544;
}

.card2 {
    background-color: #254230; 
}

.card3 {
    background-color: #254230;
}

.address {
    color: #F0C544;
}

.usdt{
    font-size: 28px;
}

.light-mode .card {
    background-color: #f8fafc; 
    color: #254230; 
}

.progress-bar {
    background-color: #F0C544; 
    font-size: 28px;
    color: #012C7A;
}

.progress {
    display: flex;
    height: 8rem;
  }

.logo {
    width: 96px;
    height: 96px;
    margin-top: 0.5rem;
    margin-left: 3rem;
    border-radius: 50%;
    box-shadow: 5px 5px 10px black;
}

.logo > a > img {
    width: 96px;
    height: 96px;
}

.logo_mexc {
    margin-top: 0rem;
    max-width: 100%;
}

.logo_mexc > a > img{
    padding: 2rem;
    max-width: 100%;
}

.btn-light {
    box-shadow: 5px 5px 10px black;
}