body {
	font-family: sans-serif;
	background-image: linear-gradient(to bottom right, lightblue, blue);
}

#main {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	font-size:20em;
}
