body {
	margin: 11.1111vmin;
	font-size: clamp(1em, 3vw, 2em);
	font-family: "Nara Sans 19", helvetica, arial, sans-serif;
	font-weight: 400;
}
h1 {
	font-size: clamp(1.414em, 8vw, 4em);
	font-weight: 600;
	font-style: italic;
	line-height: 1;
	margin-bottom: 5.55555vmin;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
	gap: 5.5555vmin;
}
li {
	margin: 0;
}
li a:first-of-type {
	font-weight: 600;
	font-style: italic;
}
iframe {
	border: 1px solid black;
	width: 100%;
	aspect-ratio: 2/1;
}
p {
	margin: 0;
}