.previewObject {
	width:200px;
	height:200px;
	background:#1ab4bf;
	margin: 85px 0px;
	font-size: 35px;
	text-align: center;
	line-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}

.dFlex {
	display: flex;
	margin-bottom: 20px;
}

.inputSlider {
	width: 100%;
	height: 30px;	
}