*{padding:0;margin:0;box-sizing:border-box}html,body{background-color:#2d4d4d;color:#fff}header{padding:.5rem 1rem;display:flex;justify-content:center}.cards{height:100%;width:98%;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));place-items:center;gap:2rem}hr{width:90%;margin:auto;opacity:.3}.card{height:400px;width:300px;aspect-ratio:1/1;overflow:hidden;background-color:#1c3030;color:#fff;border-radius:10px;margin:.5rem 1rem;display:grid;grid-template-columns:70% 30%;transition:all .3s ease-in-out}.card:hover{box-shadow:0 0 10px #59ff0080,inset 0 0 10px #1eff0080}.card img{grid-column-start:1;grid-column-end:3;height:300px;width:300px}.card .price{color:#2bfb24;font-weight:700;font-size:1.5rem;padding:.2rem 1rem;display:flex;justify-content:end}.card .title{padding:.2rem 1rem;font-size:1.5rem}.card .description{padding:.2rem 1rem;color:#ababab}
