body {
	margin: auto;
	padding: 15px;
}
h1 {
	color: #191919;
	font-size: 3rem;
	font-family: 'Inter', serif;
	font-weight: 400;
	text-align: center;
	margin-top: 250px;
}

h2 {
	color: #191919;
	font-size: 1.25rem;
	font-family: 'Inter', serif;
	font-weight: 400;
	text-align: center;
}

h3 {
	color: #191919;
	font-size: 0.9rem;
	font-family: 'Inter', serif;
	font-weight: 400;
	text-align: center;
	margin-top: 40px;
}

a {
	color: #898989;
	text-decoration: none;
}
