html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	background: #a3f456;
}
.container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.container img {
	max-height: 437px;
	max-width: 90%;
	cursor: pointer;
}
.container p {
	position: absolute;
	right: 24px;
	bottom: 16px;
}