body {
	background-image: url('images/main_bg.png');
	background-repeat: repeat;
	cursor: none;
}

#gametitle {
	width: 1280px;
	height: 150px;
	background-image: url('images/soda-title.png');
	background-repeat: no-repeat;
	background-position-x: center;
	margin: auto;
}

.mod {
	height: 350px;
	width: 420px;
	float: left;
	background-repeat: no-repeat;
	background-position-x: center;
}

.logo {
	pointer-events: none;
}

#mod1 {
	background-image: url("images/token1.png");
}
#mod2 {
	background-image: url("images/token2.png");
}
#mod3 {
	background-image: url("images/token3.png");
}
#mod4 {
	background-image: url("images/token4.png");
}
#mod5 {
	background-image: url("images/token5.png");
}
#mod6 {
	background-image: url("images/token6.png");
}

.gamerow {
	clear: both;
	width: 1260px;
	margin: auto;
}

.cover {
	width:420px;
	height: 350px;
	margin: 0;
	padding: 0;
}
.cover img {
	width: 420px;
	height: 350px;
}

.cursor{
   position: fixed;
   width: 100px;
   height: 100px;
   border-radius: 50%;
   background-color: #f5f5f5;
   pointer-events: none;
   mix-blend-mode: difference;
   z-index: 999;

   transition: transform 0.2s;
 }