body {
	background-color: #6B7280;
}

@font-face {
	font-family: "8bitoperator JVE";
	src: url('../../fonts/8bitOperatorPlus-Bold.woff');
}

p {
	color: white;
	font-family: '8bitoperator JVE', 'determination mono', 'determination sans', '8bitoperator', 'Press Start 2P', sans-serif;
	text-align: center;
	font-size: 15.5px;
	margin: 12px 0;
	letter-spacing: -0.5px;
}

#flex {
	justify-content: center;
	align-items: center;
	margin: 50px 0;
	
}

.first {
	padding-top: 50px;
}

img {
	display: block;
	margin: auto;
	width: 162px;
	image-rendering: pixelated;
}

@media only screen and (max-width: 1000px) {
	p {
		line-height: 27px;
	}
}