.app{padding:2rem;text-align:center;background:linear-gradient(135deg,#ffdee9,#b5fffc);min-height:100vh}.title{font-size:2.5rem;margin-bottom:2rem;color:#333;font-weight:700}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem}.card{background:#fff;padding:1rem;border-radius:1rem;box-shadow:0 4px 10px #00000026;transition:transform .2s}.card:hover{transform:scale(1.05)}.card img{width:100px;height:100px}.card p{margin-top:.5rem;font-size:1.1rem;font-weight:600;text-transform:capitalize}.search{padding:.5rem 1rem;font-size:1rem;border-radius:.5rem;border:1px solid #ccc;margin-bottom:2rem;width:200px}
