body {
	background-color: black;
	color: azure;
}
.center {
	display: flex;
	align-items: center;
	justify-content: center;
}