@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400&display=swap);header{top:0;width:100%;background-color:#1a1919;max-height:170px;box-shadow:0 25px 20px -20px rgba(0,0,0,.45);position:fixed}.logo{position:relative;top:-105px;width:100%;max-height:350px;border-radius:5px}body{overflow-x:hidden;padding-top:200px;font-family:Poppins,sans-serif;background-color:#121212}body::-webkit-scrollbar-track{background-color:#e4e4e4;border-radius:100px}body::-webkit-scrollbar-thumb{background-color:#ffb100;border-radius:100px;width:0}footer{padding:10px;bottom:0;width:100%;background-color:#1a1919;height:100px;box-shadow:0 -25px 20px -20px rgba(0,0,0,.45)}.info{position:fixed;top:7px;width:100%;font-size:.7em;color:orange;background-color:#121212;z-index:1}.gamelist::-webkit-scrollbar{width:16px}.gamelist::-webkit-scrollbar-track{background-color:#e4e4e4;border-radius:100px}.gamelist::-webkit-scrollbar-thumb{background-color:#ffb100;border-radius:100px}#app{font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#f5f5f5}.list_title{display:block;position:static;font-size:2em;font-weight:700}.listcontainer{display:grid;justify-content:center}.gamelist{justify-self:center;max-width:80vw;justify-content:flex-start;font-family:Poppins,sans-serif;background-color:#1a1919;border-radius:5px;padding:10px;margin:10px;overflow-x:scroll}.gamelist,.games{display:flex}.game{max-width:300px;background-color:#1a1a1d;color:#f5f5f5;border-radius:5px;padding:10px;margin:10px;flex:0 0 20%;cursor:pointer;box-shadow:0 6px 24px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.08);max-height:350px}.game a{text-decoration:none;color:#f5f5f5}.game p{max-width:280px;overflow:hidden;text-overflow:ellipsis;display:block;font-size:.8em;color:hsla(0,0%,96%,.6)}@supports (-webkit-line-clamp:3){.game p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-align:left}}.gamename{max-width:280px;font-weight:700;font-size:1.2em;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gametype{display:none}.gamecover{border-radius:5px}.game img{max-width:280px;max-height:150px}