.myapps-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(to right,#ece9e6,#fff);padding:48px 20px}.title{font-size:3rem;font-weight:700;margin-bottom:50px;color:#333}.title img{width:50px}.apps-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.app-card{width:270px;height:205px;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0003;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.app-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000004d}.app-card img{width:75px}.app-card h2{font-size:1.5rem;margin-top:5px;margin-bottom:10px;color:#333;font-weight:600}.app-card p{font-size:1.1rem;color:#666}@media (max-width: 768px){.title{font-size:2.2rem;margin-bottom:32px;text-align:center}.app-card{width:min(100%,320px);height:auto}}
