* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}
html,
body {
	height: 100%;
	font-family:
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	/* font-size: clamp(2.25rem, 1.467rem + 3.913vw, 4.5rem); */
	/* font-size: clamp(1rem, -0.875rem + 8.333333vw, 3.5rem); */
}
body {
	text-align: center;
}
hr {
	width: 80%;
	margin: auto;
	margin-block: 0.5em;
}
ol,
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	display: block;
}
