/* Stili personalizzati */
body {
    background-color: #f4f4f4;
    background-position: center;  
    background-repeat: no-repeat !important; 
    background-attachment: fixed;
    background-size: cover;
    background-image: url("/static/images/background.png");
}

.card {
    margin-top: 20px;
}

#token-info {
    margin-top: 20px;
}

 