* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url('/static/Images/ImageUti.avif'); 
    background-color: #261a12; 
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #e2d1c3; 
    font-family: 'Lora', serif;
    margin: 0;

}

.Title-Bande h1 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    color: #f1e4d1;
    font-size: 3.5rem;
    margin: 50px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.card {
    background-color: rgba(0,0,0,0.6);
    color: #f1e4d1;
}

.user-card {
    background-color: rgba(0, 0, 0, 0.6);
    color: #f1e4d1;
}

.user-img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.card-body {
    padding: 15px;
}


.text-muted {
    color: #e2d1c3 !important;
}   