body {
	font-family: var(--sl-font-sans);
	background-color: black;
}

section,
figure {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	justify-items: center;
	align-items: center;
}

figcaption {
	color: var(-sl-color-gray-700)
}

.superfrio-neon {
	width: max(200px, 30%);
}

ul {
	padding: 0;
}

li {
	list-style-type: none;
	margin-bottom: 0.2rem;
}

/*
 * FOOTER
 */

footer ul {
	margin-top: 0;
}

li a {
	text-decoration: none;
	color: inherit;
}

li a sl-icon {
	margin-right: 0.2rem;
	vertical-align: top;
}
