@charset "UTF-8";

.message {
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	text-align: center;
}
.example-list {
	margin-bottom: var(--preset-size-inner-section);
}
#target p:first-of-type {
	margin-bottom: 1rem;
}