.games{width:100%;height:calc(100vh - 100px);flex-direction:column}.categorybtns,.games{display:flex;align-items:center;justify-content:center}.categorybtns{width:20%;height:70px;margin-bottom:1em}.categoryleft{flex:1 1;display:flex;justify-content:end;margin-right:5%;align-items:center}.categorymiddle{flex:.03 1;height:50%;background-color:#fff}.categoryright{flex:1 1;margin-left:5%;display:flex;justify-content:start;align-items:center}.categorybtn{font-size:35px;cursor:pointer;padding:10px;height:100%;color:#fff}.categorybtn.Active,.categorybtn:hover{border-bottom:4px solid #fff}.gamesbottom{width:70%}.game-row,.gamesbottom{display:flex;align-items:center;justify-content:center}.game-row{width:100%;height:350px;margin-top:3%;margin-bottom:1em;gap:4em;padding-bottom:10px;flex-wrap:wrap}.game-row::-webkit-scrollbar{display:none}.warningtextcontainer{flex-direction:column;display:flex;justify-content:center;align-items:center;gap:.5em}.warningtext{color:#fff;font-weight:300;visibility:hidden}.warningtext.mobile{visibility:visible}@media(max-width:1024px){.categorybtns{width:40%}.categorybtn{font-size:30px}.gamesbottom{width:90%}.game-row{height:350px}.warningtext{font-size:medium}}@media(max-width:768px){.categorybtns{width:60%}.categoryleft,.categoryright{margin:0 2%}.categorybtn{font-size:25px}.gamesbottom{width:95%}.game-row{height:300px}.warningtext{font-size:x-small}}@media(max-width:480px){.categorybtns{width:80%}.categorybtn{font-size:20px;padding:5px}.gamesbottom{width:100%}.game-row{height:350px}}.game-img{width:400px;aspect-ratio:1.7;transition:.3s;border-radius:1em;box-shadow:0 0 16px 2px rgba(0,0,0,.349);object-fit:cover;border:4px solid #fff}.game-img:hover{width:410px}.game-container{height:250px;width:250px;border-radius:20px;gap:4%;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:45px 20px 20px;box-shadow:0 0 16px 2px rgba(0,0,0,.35)}.game-img2{height:150px;width:150px;transition:.3s}.game-txt{color:#1c1c1c;font-weight:700;text-decoration:none;font-size:20px;text-wrap:wrap}