html {
		height: 100%;
		overflow: hidden;
	}

	body {
		height:100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	
		
	}
	.title{
		width:200px;
	}
	.content{
		position: absolute;
		width: 100%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		text-align:center;
		background: #fff;
		padding: 8px;
		border-radius: 40px;
	}
	.comingsoontext{
		font-size: 40px;
		text-align:center;
		font-weight:700;
		color:#812323;
	}
	.logo{
	padding: 8px;
	width: 375px;

	}
	.logodiv{
	
	
	}