body {
	background-color: #272e36;
}

h1 {
	color: white;
	font-family: Newsreader;
	font-size: 50px;
}

h2 {
	top: 60px;
	color: white;
	font-family: Newsreader;
	font-size: 15px;
}

.container {
	display: grid;
	justify-content: center;
	align-content: center;
}


