#itemList h1 {
    font-size: 2.5em;
}
#itemList h2 {
    font-size: 1.5em;
    border-bottom: 1px solid #555;
}
#itemList .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
