body {
    font-family: 'Vazir', sans-serif;
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: bold;
}

.card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.nft-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: white;
}

.nft-image {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.attribute-badge {
    margin-right: 5px;
    margin-bottom: 5px;
}

.form-text {
    font-size: 0.85rem;
    color: #6c757d;
}