body {
	background-color: black;
	display: flex;
	align-items: center;
    justify-content: center;
}

img.logo {
	width: 450px;
	height: 70px;
	image-rendering: pixelated;
}
