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;
}

div#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 15px;
  text-align: center;
  font-size: 0.7rem;
  color: #898989;
  font-family: 'Inter', serif;
	font-weight: 400;
}
