section .preview {
	text-align: center;
	padding: 4rem 0 0 0;
}
section .animated-element {
	width: 7rem;
	height: 7rem;
	background: var(--color-black);
	border-radius: 0.5rem;
	margin: 0 auto;
}
section .play-button {
	margin: 2rem auto 0 auto;
	width: fit-content;
}
section .input-wrapper.textarea textarea {
	min-height: 7rem;
}
section .input-wrapper.text,
section .input-wrapper.select {
	width: 38rem;
}