* {
	box-sizing: border-box;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
}

body {
	background-color: oklch(35.19% 0.102 259.39);
	font-family: system-ui;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	max-width: 42rem;
	padding: 2rem;
}

main {
	background-color: #E7F0FE;
	border-radius: 0.5rem;
	box-shadow: 0 1.5rem 2rem #00000077;
	padding: 3rem;
}

h1 {
	border-bottom: 1px solid;
	font-size: 1.75rem;
	line-height: 1;
	margin-bottom: 1.5rem;
	padding-bottom: .25rem;
}

h2 {
	font-weight: 700;
	margin-top: 2rem;
}

p{
	margin-top: 1rem;
}

a {
	text-decoration: underline;
	color: oklch(45% 0.080 260);
}

footer {
	color: oklch(55% 0.080 260);
	font-size: 0.85rem;
	margin-top: 2rem;
}

footer a {
	color: inherit;
}

.disclaimer {
	font-size: 0.75rem;
	letter-spacing: -.05em;
	line-height: 1.25;
	margin-top: 1.5rem;
	word-spacing: -.05em;
}

@media (max-width: 32rem) {
	main {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	body {
		padding: 0.5rem;
	}
	footer {
		margin-top: 1rem;
	}
}
