#root{padding:2rem}.cardElement img{justify-self:center;min-height:9rem;min-width:9rem;object-fit:cover}.cardElement{background-image:linear-gradient(#abbb,#fff,#fff);padding:2rem;width:100px;border:2px solid gray;box-shadow:1px 1px 2px 1px #000000a1,2px 1px 5px 2px #9b9b9b,1px 1px 3px 4px #989898;display:grid;grid-template-rows:1fr 2rem;justify-content:center;border-radius:4px}.cardElement p{text-wrap:nowrap;text-align:center}#cardBox{padding-bottom:10rem;max-width:1250px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem}#root{background-color:#abbb;background-image:linear-gradient(#abbb,#fff,#fff)}
