body {
	margin: 0 auto;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #333;
}

h1 {
	font-family: 'Rowdies', cursive;
	font-size: 48px;
	font-weight: 400;
	line-height: 48px;
	color: #911eba;
	text-align: center;
}

h2 {
	font-family: 'Caveat', cursive;
	line-height: 32px;
	color: #fff;
	text-align: center;
	margin-top: 8px;
	padding-bottom: 16px;
}

a {
	text-decoration: none;
	font-weight: 400;
}

a:hover {
	color: #5c00d1;
	text-decoration: underline;
}
