body {
    font-family: Arial, sans-serif;
    background-color: #f4f6f8;
    margin: 0;
    padding: 20px;
}

h1 {
    text-align: center;
    color: #2c3e50;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* .card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    width: 250px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.2s;
} */
p{
    text-align: left !important;
}

img:hover {
    transform: scale(2.4);
}
h2{
    color: blue !important;
    text-transform: uppercase;
}

.card img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 20px;
}
.carde img {
    width: 350px;
    height: 150px;
    border-radius: 3%;
    object-fit: cover;
    margin-top: 20px;
}



.search-form {
    max-width: 350px;
    margin: 30px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.search-form label {
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 1.1rem;
    color: #2c3e50;
}

.search-form select,
.search-form input[type="text"] {
    width: 50%;
    padding: 12px 15px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}
.forme{
    width: 60% !important;
}
hr{
    border: 2px solid #f31111;
}

.search-form select:focus,
.search-form input[type="text"]:focus {
    border-color: #3498db;
    outline: none;
}

.search-form button {
    margin-top: 10px;
    background-color: #3498db;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-form button:hover {
    background-color: #2980b9;
}
