html{ background-color: black; } #listSources{ border: black; padding: 10px; border-radius: 30px; background-color: white; width: 90%; } #listSourceBottom{ border-top: solid; padding-top: 10px; text-align: center; } .bouton{ margin: 10px; background-color: white; padding: 10px; border-radius: 30px; text-align: center; width: 90%; } .buttonClick{ padding: 10px; width: 75%; } .source{ display: flex; align-items: center; } #pageRight{ width: 50%; display: flex; flex-direction: column; align-items: center; } #pageLeft{ width: 50%; display: flex; flex-direction: column; align-items: center; } #page{ display: flex; width: 100%; }