body {
    background-image: url('/assets/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.containerr {
    margin: 15px;
    border: 1px solid #e05151;
    border-radius: 15px;
}

.banner {
    margin: 15px;
    border: 1px solid #e05151;
    border-radius: 5px;
}

.gothic-title {
    font-family: "Yuji Mai", serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(235, 16, 16);
    text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 1em rgb(0, 0, 0), 0 0 0.2em rgb(0, 0, 0);
}

.online_players_text {
    text-shadow: 1px 1px 2px rgb(72, 255, 0), 0 0 2em rgb(0, 0, 0), 0 0 0.2em rgb(0, 0, 0);
}

.blocker {

    border-radius: 10px;


}

.card {
    margin: 5px;
}




.profile-card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
}

.wallet-balance {
    font-size: 1.5rem;
    font-weight: bold;
}

.inventory-item {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.inventory-item img {
    border-radius: 10px;
}