body{display:flex;flex-direction:column;align-items:center;justify-content:space-between}h1{display:none}.logo{max-width:20rem}.game__holder{display:flex;align-items:start;justify-content:center;flex-wrap:wrap;gap:3rem;margin-top:3rem}.game__link{width:10rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-decoration:none;text-align:center}.game__image{width:8rem;height:8rem;border-radius:100%}.game__title{font-size:2rem;color:var(--text-color)}@media (max-height: 800px){.logo{display:none}.game__holder{margin-top:0}h1{display:block}}
