/*Styles*/
body {
	margin: 0 auto;
}
.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
	color: #FF0000;
	font-size: 24px;
	width: 400px;
	height: 98vh;
	margin: auto auto;
}
h1 {
	margin: 0 auto;
	color: #FF0000;
	text-align: center;
}