*{box-sizing:border-box;margin:0;padding:0}body{width:100%;height:100%}.Parent{background-color:#111;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-items:center;gap:30px;width:100%;min-height:100vh;padding:30px 16px;display:grid}.cardWrapper{justify-content:center;align-items:center;width:100%;display:flex}.Card{background-color:#fff;border-radius:22px;flex-direction:column;width:100%;max-width:340px;min-height:340px;padding:24px;display:flex}.img{object-fit:contain;border:1px solid #8a8a8a;border-radius:50%;width:40px;height:40px;padding:3px}.top{justify-content:space-between;align-items:center;width:100%;display:flex}.savebtn{color:#bababa;cursor:pointer;background-color:#0000;border:1px solid #b2b2b2;border-radius:10px;justify-content:space-evenly;align-items:center;width:80px;height:30px;padding:6px 10px;font-size:12px;display:flex}.centre{padding:20px 0;line-height:1.4}.centre span{color:#7c7c7c;font-size:14px}.centre h3{color:#111;margin:4px 0 12px;font-size:22px}.centre .tag{flex-wrap:wrap;gap:8px;width:100%;display:flex}.centre .tag h5{color:#8d8d8d;white-space:nowrap;background-color:#dfdfdf;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500}.bottom{justify-content:space-between;align-items:center;width:100%;margin-top:auto;display:flex}.bottom button{color:#fff;cursor:pointer;background-color:#181818;border:none;border-radius:10px;width:110px;height:40px;font-size:14px;font-weight:600;transition:background-color .2s}.bottom button:hover{background-color:#333}
