body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #e0f7fa;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0;
}

h1 {
    background-color: #0288d1;
    color: white;
    margin: 0;
    padding: 20px;
    font-size: 2em;
}

.profil {
    margin-top: 40px;
    width: 300px; 
    height: 300px; 
    object-fit: cover;
    border-radius: 8px;
}

nav {
    margin: 30px 0;
}

.button {
    display: inline-block;
    background-color: #0288d1;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    margin: 10px;
    border-radius: 10px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.button:hover {
    background-color: #01579b;
    transform: scale(1.05);
}

.gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px;
}

.gallery img {
    width: 450px; 
    height: 450px; 
    margin: 10px;
    border-radius: 12px;
    object-fit: cover;
}

img {
    width: 450px; 
    height: 450px; 
    object-fit: cover; 
    border-radius: 12px; 
}
