*{font-family:Arial,Helvetica,sans-serif;scroll-behavior:smooth}body{background-color:#131313;color:#eee}.game{background-color:#1d1d1d;margin-top:60px;min-height:calc(100vh - 60px);height:calc(100vh - 60px)}.game_container{display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:center;margin:0 auto;height:100%;z-index:1;width:100%;max-width:1200px;padding:0 50px}.game_content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:100%;margin-bottom:2rem}.game_content h1{font-size:4rem;background:#ed5836;background:-webkit-linear-gradient(to right,#ed5836,#ffa142);background:linear-gradient(to right,#ed5836,#ffa142);background-size:100%;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.game_content h2{margin-top:1rem;font-size:2rem;font-weight:700}.game_content p{margin-top:1rem}.game_img_container{display:flex;text-align:center;justify-content:center}.game_img_card{margin:10px;height:500px;border-radius:4px;display:flex;justify-content:center;animation:fadeIn 1.5s}.download-links{list-style:none;display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.download-links a{display:inline-block}@media screen and (max-width:1100px){.game{height:auto;padding-bottom:50px}.game_container{display:grid;grid-template-columns:1fr;align-items:center;justify-content:center;width:100%;margin:0 auto}.game_img_container{display:flex;justify-content:center}.game_img_card{height:420px;justify-content:center}.game_content{text-align:center;margin-bottom:3rem}.game_content h1{font-size:2.5rem;margin-top:2rem}.game_content h2{font-size:3rem}.game_content h2{margin-top:1rem;font-size:1.5rem}}@media screen and (max-height:800px){.game{height:auto;padding-top:2rem;padding-bottom:2rem}}@media screen and (max-width:480px){.game_content h2{font-size:1.2rem}}