div.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
	background-color: #171717;
	color: white;
	margin-top: 30px;
}

body {
	background-color: #171717;
}

img.logo {
	width: 100%;
	max-width: 600px;
}


