@font-face {
    font-family: 'Mobo';
    src: url('../fonts/MOBO-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}


html,body{
	height: 100%;    
	font-family: 'dNoto Sans JP', sans-serif;
    background-color: #000; /* 背景色を黒に変更 */
    color: #fff; /* 文字色を白に変更 */
}

h2,h3,h4,h5,nav,li{
	font-family: 'Mobo', sans-serif;
}


a{
	color: #97b3d6;
	text-decoration: none;
}

.games{
	max-width: 650px;
}

.icon{
	font-size: 48px;
}