* {
	font-family: iosevka;
	box-sizing: border-box;
  }  
  

  .model_viewer_box.model_viewer_box1, 
  .model_viewer1 {
	display: flex;
	justify-content: center;
	align-items: center;

	padding: 40px 0px 100px 0px;
	width: 90%;
	height: 90%;
	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
  }

  .display_area1#display_area1 {
	/* margin: 5px; */
	/* left: 20px initial; */
	width: 85%;
	height: 85%;
	/* min-width: 400px;
	min-height: 500px;
	max-width: 99vw;
	max-height: 94vh; */
  }

