.meme-figure {
	display: flex;
	justify-content: center;
}

.pig-figure {
	cursor: pointer;
}

a[role="button"] {
	margin-bottom: var(--pico-spacing);
	width: 100%;
}

footer {
	text-align: center;
}

@media (min-width: 1024px) {
	.meme-figure img {
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.meme-figure img {
		max-width: 66%;
	}
}
