#cabinet ul{align-items:start;display:grid;gap:1rem;grid-auto-rows:auto;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:3rem auto}
