.gallerie {
    display: flex;
    justify-content: center;
    gap: 10px;
}

body {
    background-color: rgb(0, 0, 0);
}

p {
    text-align: center;
    color: wheat;
}