.rating{background:url("../assets/star.gif") repeat-x;display:block;height:32px}.rating[data-rating="1"]{width:32px}.rating[data-rating="1.5"]{width:48px}.rating[data-rating="2"]{width:64px}.rating[data-rating="2.5"]{width:80px}.rating[data-rating="3"]{width:96px}.rating[data-rating="3.5"]{width:112px}.rating[data-rating="4"]{width:128px}.rating[data-rating="4.5"]{width:144px}.rating[data-rating="5"]{width:160px}main{background:url("../assets/red-space.gif") repeat}.img-header{display:flex;font-size:3rem;gap:1rem;align-items:center}.img-header img{height:3rem}.game-list{list-style:none;display:flex;flex-wrap:wrap;gap:2rem;padding:0;margin-bottom:6rem}.game-list li img{max-width:10rem}.game-list img:hover{animation:wobble .5s ease-in-out infinite}.game-list img.disk:hover{animation:spin 3s linear infinite}.game-list li{display:flex;flex-flow:column nowrap;align-items:center}.game-list h2{margin:.5rem 0 .25rem}@keyframes wobble{0%{transform:scale(1.1) rotate(0)}25%{transform:scale(1.1) rotate(5deg)}50%{transform:scale(1.1) rotate(0)}75%{transform:scale(1.1) rotate(-5deg)}to{transform:scale(1.1) rotate(0)}}@keyframes spin{0%{transform:scale(1.1) rotate(0)}to{transform:scale(1.1) rotate(360deg)}}
/*# sourceMappingURL=games.css.map */
