.stuffTitle{
    width: 100%;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stuffTitle > *{
    font-weight: bold;
    font-size: 2rem;
}

.stuffList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}