#rooms {
    flex-direction: column;
    align-items: center;
}

#rooms .rooms-container {
    height: 20vh;
    width: 90vw;
    margin: 2.5% 0;
}

.room-img {
    margin: 5% 0;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.room-img img {
    max-width: 80%;
    max-height: 25vh;
    margin: 2.5% 0;
}

#petit-dejeuner .description {
    width: 95%;
    margin: 1%;
}