section #preview {
	max-width: 100%;
	width: 18rem;
	aspect-ratio: 1/1;
	margin: 2rem auto 0 auto;
	display: block;
	border: 1px solid var(--color-black);
}
section #generate {
	margin-top: 2rem;
}
section .radio-content .button {
	width: 13rem;
}