* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, sans-serif;
}

body {
	height: 100vh;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.centerBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	padding: 5%;

	background-color: lightblue;
}

.centerBox h2 {
	font-size: 30px;
}
.centerBox h1 {
	font-size: 70px;
	margin-bottom: 5%;
}