@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=cyrillic-ext');

.word--crossword {
	font-size: 10vh;
	font-family: 'Press Start 2P', cursive;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.1;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, 1.15em);
	justify-self: center;
}

.word--crossword span {
	text-align: center;	
	display: block;
}

.word__cross {
	pointer-events: none;
	color: #8778ca;
}

.word__cross span {
	opacity: 0;

}