html, body {
	margin: 0;
	padding: 0;
}

.container_both {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

.both_part {
	float: left;
	padding: 0 5px 0 5px;
}

.img_next {
	width: 20px;
	height: 20px;
	padding-top: 15px
}

.game-controller {
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(101deg) brightness(127%) contrast(117%);
}