.movie-container { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; } .movie-block { display: flex; flex-direction: column; margin: 1%; align-items: center; } movie .genre { text-align: center; list-style: none; border-radius: 10px; padding: 10px; margin-bottom: 10px; color: #50713e; background-color: #daf1e0; } .buttons-filters { margin: 10px; display: flex; flex-wrap: wrap; justify-content: space-around; } .filters { list-style: none; margin: 10px; display: flex; flex-wrap: wrap; justify-content: space-around; }