@import "../base64-tools/styles.css";

input {
	min-width: 320px;
}

.panel {
	margin-top: 14px;
	border: 1px solid #334155;
	border-radius: 10px;
	background: #111827;
	min-height: 340px;
	display: grid;
	place-items: center;
	padding: 12px;
}

#qrImage {
	max-width: 320px;
	max-height: 320px;
	border-radius: 8px;
	background: #fff;
}
