	body {
	background: linear-gradient(45deg, #000000, #16161d);
	font-family: Montserrat, sans-serif;
	color: white;
}

	p {
	font-size: 40px;
}

	a {
	color: red;
}

	a:hover {
	color: green;
}

	h2 {
	text-align: center;
	font-size: 20px;
}

	.links {
	font-size: 20px;
	text-align: center;
	align-items: center;
	margin: 0 auto;
}