.list_emission_wrapper {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
h1 {
    text-align: center;
}