#card-designer {
	/*display: flex;*/
	display: none ;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	/*width: 336px;*/
	/*height: 193px;*/
	width: 435px;
	height: 250px;
	background: linear-gradient(135deg, #f5f5f5 0%, #dcdcdc 100%); 
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	position: relative;
	font-family: Arial;
} 