#home, .home-promoted {
    display: flex;
    box-sizing: border-box;
    gap: 2em;
}

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

#home>a {
    display: flex;
    align-items: center;
    gap: .5em;
}

.home-promoted {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

h2 {
    font-size: 2em;
    margin: 0;
    padding: 0;
}
