body {
	background-color: black;
}
h1 {
	color: white;
	height 50vh;
}
img {
	height: 100vh;
}
.center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flip-cornered {
	transform: scaleX(-1);
}
