body {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100vh;
	margin: 0;
	font-family: Arial, sans-serif;
}
h1 {
	font-size: 10em;
	margin: 0;
	font-weight: bold;
}
p {
	font-size: 2em;
	margin: 0;
}


a:hover {
    text-decoration: underline;
}
