@import"https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap";*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background-color:#faffe4;font-family:Teko,sans-serif;font-optical-sizing:auto}.title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;font-family:New Amsterdam,sans-serif}.card-container{position:relative;width:100%;max-width:600px;height:400px;display:flex;flex-direction:column;align-items:center}.card{position:relative;width:80%;max-width:400px;padding:20px;box-shadow:0 4px 8px #0000001a;cursor:pointer;transition:all .2s ease;margin-bottom:5px;overflow:hidden}.card:hover{box-shadow:0 8px 16px #0003}.card h2{font-size:1.2rem;margin-bottom:10px;font-weight:600}.card p{font-size:1rem;line-height:1.4}.sign{font-size:.7rem;margin-top:1rem;text-align:center;text-transform:uppercase;line-height:1.2;font-family:Inter,sans-serif;font-weight:800}@media (max-width: 600px){.card{width:90%}}
