* {
	padding: 0;
	margin: 0;
	
	color: inherit;
	
	text-decoration: inherit;
	list-style: inherit;
	
	border: none;
	outline: none;
	
	font-family: Hack, monospace;
	font-size: 14px;
}

body {
	height: 100vh;
	width: 100vw;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;

	background-color: #151515;
	color: #ebebeb;
}

img {
	width: 33%
}

h1 {
	font-size: 32px;
	font-weight: 800;
}
