

#body {
	background-color: #1E1E1E;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Anton', sans-serif;
	font-size: 25px;
	color: #1E1E1E;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	overflow: hidden;
}
