body {
	font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
}

h1 {
	text-align: center;
}

h3 {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.entry-content p {
	margin-bottom: 2rem;
}

.entry-content section:not(:last-child) {
	margin-bottom: 2rem;
}

.heading-image {
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	max-width: 25rem;
}

.catz {
	text-align: center;
}

.linkz h2 {
	margin-bottom: 1rem;
}

.linkz ul {
	list-style-type: none;
	padding-left: 0;
}

.linkz p a {
	text-decoration: underline;
}

.linkz p a:hover {
	text-decoration: none;
}

.site-footer,
.site-footer p {
	padding: 0;
}

.site-footer section {
	margin: 0;
}

.entry-title,
.entry-content {
	padding: 1rem;
}

.site-header {
	padding: 1rem;
}

iframe {
	margin-bottom: 2rem;
}

.latest-sets {
	margin-bottom: 2rem;
}

.socialz {
	margin-top: 1rem;
}

.socialz__list {
	list-style: none;
	padding-left: 0;
	display: flex;
	gap: 1rem;
	align-items: center;
}

.socialz__icon {
	width: 2rem;
	fill: currentColor;
}

.kofi {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.kofi .attention {
	background-color: #cc5a9f;
	padding: 1rem;
	margin: 1rem 0;
	border-radius: 1rem;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

.kofi h2.attention {
	display: inline-block;
}