body{
    margin: 0;
    font-family: 'oswald', sans-serif;
    background: #111;
    color: white;
}

header{
    text-align: center;
    background-color: linear-gradient(135deg,#111, #8b0000);
        padding: 35px 20px;
        border-bottom: 5px solid #e63900;
}

header h1{
    margin: 0;
    font-size: 38px;
    color: white;
    text-transform: uppercase;
}

header h3{
    margin-top: 10px;
    color: #ff9800;
    font-weight: bold;
}

.menu-images{
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    padding: 40px 20px;
    background: #000;
}

.menu-card{

width: 170px;
text-align: center;
text-decoration: none;
color: white;
background: #1a1a1a;
border: 2px solid #d10000;
border-radius: 18px;
overflow: hidden;
box-shadow: 0 8px 20px; rgba(255,0,0,25)
transition: 0.3s;
}

.menu-card img{
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: inline-block;
}

.photo-equipe{
    text-align: center;
    margin: 30px 0;
}

.photo-equipe img{
    width: 80%;
    max-width: 900px;
    border-radius: 15px;
    border: 3px solid #d10000;
}

.equipe{
    margin-top: 70px;
    text-align: center;
}

.equipe-card{
    display: inline-block;
    margin: 10px;
    padding: 15px 25px;
    background: #ff3b3b;
    transform: translateY(-3px);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: bold;
}
    


