body {
	background-color: black;
	color: pink;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	overflow: hidden;
}
h1 {
	text-align: center;
	font-size: 4em;
	text-decoration: underline;
}
img {
	display: block;
}