body {
	background-color: rgb(25, 25, 25);
}

main {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
