html, body {
	background-color: #272822;
	font-family: 'Inconsolata', monospace;
	text-align: center;
	height: 100%;
  	margin: 0;
  	overflow-x: hidden;
}

.image-container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.full-screen-image {
	height: 100%;
	width: auto;
}
