﻿/*game*/
.game-wrap{margin:10px auto 100px;}
.game-item-wrap{box-shadow:#eee 1px 1px 2px 2px;display:flex;justify-content:center;flex-direction:column;align-items:center;align-content:center;padding:15px 0px;outline:none;text-decoration:none}
.game-item-wrap:hover,.game-item-wrap:active{text-decoration:none}

.game-item-image{border-radius:100%;font-weight:bold;font-size:20px;background-color:#ff6a00;width:50px;height:50px;display:flex;align-content:center;justify-content:center;color:#fff;align-items:center;margin-bottom:10px;}
.game-item-name{margin-bottom:10px;}



