body{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 100vh;
}
h1 {
	color: white;
	font-size: 50px;
}
h2 {
	color: white;
}