*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	background-color: #171717;
	font-family: 'Roboto Mono', sans-serif;
	color: white;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

img {
	height: 80px;
}
