 @charset "utf-8";

.Game2048-board { 
	touch-action: none; 
	user-select: none; 
	-webkit-user-drag: none; 
	background-color: #bbada0; 
	box-shadow: inset 0 5px 15px rgba(0,0,0,0.2); 
}
