* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url("../img/Background.png");
    background-size: cover;
}

#galerie {
    display: flex;
    margin: 4vw;
    border: solid 5px black;
    padding: 3vw;
    border-radius: 30px 0;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgb(117, 125, 118);

}

#galerie img {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px 0;
}

.grand {
    height: 25vw;
}

.moyen {
    height: 20vw;
}

.petit {
    height: 12vw;
}