

.kincalc-form{
	
	display:flex;
	gap:30px;
	
}

.kincalc-output{
	display:none;
	margin:20px 0 20px 0;
	background:#faf1ef;
	padding:20px;
}
