nav{position:absolute;top:0;left:0;display:flex;background-color:#0ff;height:10vh;width:100%;justify-content:space-between}nav ul{display:flex;margin:auto;justify-content:space-evenly}nav li{width:80px;list-style-type:none}.games-list{display:grid;grid-template-columns:1fr 1fr 1fr}.game-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;margin:auto}.game-icon img{width:100px;height:100px}.about-page{height:100%;width:100%}.about-top{display:flex;justify-content:space-between}.about-top div{display:block}.about-top img{float:right;width:500px;height:100px;object-fit:fill;object-position:center}.about-carousel{width:100%;height:300px;clear:both}.about-carousel ul{display:flex;align-items:center;justify-content:space-evenly}.about-carousel ul img{max-width:300px;max-height:300px}#content{margin-top:10vh;height:90vh;width:100%;overflow-y:scroll}body{overflow:hidden}
