html {
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #222;
	width: 100%;
	height: 100%;
}

.container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

img {
	width: 100%;
}
