@import "https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Outfit:wght@100..900&display=swap";html{font-family:Outfit}.card-container{cursor:pointer;width:200px;height:25vh}.card{backface-visibility:hidden;background-color:#d3d3d3;border-radius:10px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;box-shadow:5px 5px 8px 1px gray}.face{transform:rotateY(0)}.back{transform:rotateY(180deg)}.image{border-radius:10px;width:150px;height:auto}.empty-card{background-color:gray;border-radius:10px;flex-direction:column;justify-content:space-around;align-items:center;width:200px;height:25vh;display:flex}.grid{flex-wrap:wrap;justify-content:center;gap:20px;width:1500px;margin:0 auto;display:flex}h1{text-align:center}
