#page-title{padding:20px;text-align:center;font-size:28px;font-weight:bold}#app-list{width:auto;height:auto;display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}.app-item{display:flex;flex-direction:column;align-items:center}.app-img{width:250px;height:250px;background-size:cover;border-radius:10px;box-shadow:0 0 2px rgba(0, 0, 0, 0.2)}.app-name{font-size:22px;font-weight:normal;text-align:center;padding:5px;word-break:keep-all}@media screen and (max-width: 880px){#app-list{grid-template-columns:repeat(2, 1fr);gap:20px}.app-img{width:40vw;height:40vw;max-width:250px;max-height:250px}.app-name{font-size:1rem}}