body{
	margin:0;
	padding:0 30px;
	font-family: monospace;
	font-size: 18px;
	width: 100%;
    height: 100%;
    position: absolute;
	background:rgb(195 195 195);
	box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page{
	width:1200px;
	max-width:100%;
	margin:0 auto;
	padding:0 8%;
	box-sizing:border-box;
}

model-viewer{
	width: 350px;
	max-width:100%;
    height: 350px;
    left: 0;
    top: 0;
    margin: 0 auto;
}
label{display:block;text-align:center;}

#other-ar,
#ios-ar,
#android-ar{
	background-color:#fff;
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 15px;
	box-shadow: 5px 5px 14px;
	border-radius: 17px;
	box-sizing:border-box;
}

img{max-width:100%;}