section .preview {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
section #canvas{
	width: auto;
    height: auto;
}
section .input-wrapper.text {
	width: 18rem;
}
section .flex {
	column-gap: 2rem;
}