﻿html, body {
	height: 100%;
	margin: 0;
	background-color: #333;
}

.container {
	display: grid;
	place-items: center;
	height: 100vh;
}

.centered-image {
	max-width: 300px;
	height: auto;
}
