#svgapp {
	margin: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
}

#messageBox {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #222222;
	padding-top: 5px;
	padding-bottom: 5px;
}

#clickText {
	font-family: Verdana;
	color: #dddddd;
	text-align: center;
}

.preview {
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	border-style: solid;
	border-color: #dddddd;
	border-width: 1px;
}

@media screen and (max-width: 390px) {
	
	#messageBox {
		width: 250px;
	}
	
	#clickText {
		font-size: 12px;
	}
	
	#svgapp {
		width: 300px;
		height: 429px;
	}
	
	.preview {
		width: 300px;
		height: 300px;
	}
}

@media screen and (max-width: 450px) {
	
	#messageBox {
		width: 300px;
	}
	
	#clickText {
		font-size: 12px;
	}
	
	#svgapp {
		width: 300px;
		height: 429px;
	}
	
	.preview {
		width: 300px;
		height: 300px;
	}
}

@media screen and (max-width: 600px) {
	
	#messageBox {
		width: 350px;
	}
	
	#clickText {
		font-size: 12px;
	}
	
	#svgapp {
		width: 325px;
		height: 464.75px;
	}
	
	.preview {
		width: 350px;
		height: 350px;
	}
}

@media screen and (min-width: 600px) {
	
	#messageBox {
		width: 450px;
	}
	
	#clickText {
		font-size: 12px;
	}
	
	#svgapp {
		width: 350px;
		height: 500.5px;
	}
	
	.preview {
		width: 400px;
		height: 400px;
	}
}

@media screen and (min-width: 768px) {
	
	#messageBox {
		width: 500px;
	}
	
	#clickText {
		font-size: 14px;
	}
	
	#svgapp {
		width: 450px;
		height: 643.5px;
	}
	
	.preview {
		width: 500px;
		height: 500px;
	}
}

@media screen and (min-width: 1024px){
	
	#messageBox {
		width: 500px;
	}
	
	#clickText {
		font-size: 14px;
	}
	
	#svgapp {
		width: 450px;
		height: 643.5px;
	}
	
	.preview {
		width: 500px;
		height: 500px;
	}
}

@media screen and (min-width: 1200px){
	
	#messageBox {
		width: 550px;
	}

	
	#clickText {
		font-size: 16px;
	}
	
	#svgapp {
		width: 550px;
		height: 786.5px;
	}
	
	.preview {
		width: 600px;
		height: 600px;
	}
}


@media screen and (min-width: 1400px){
	
	#messageBox {
		width: 600px;
	}
	
	#clickText {
		font-size: 16px;
	}
	
	#svgapp {
		width: 600px;
		height: 858px;
	}
	
	.preview {
		width: 600px;
		height: 600px;
	}
}

