/* Defaults */
:root {
	background-color: rgb(26, 26, 28);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	color: rgb(226, 226, 226);
}

* {
	padding: 0;
	margin: 0;
}

.main {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
