*, ::after, ::before {
    box-sizing: border-box;
}
body{
	background: #ccc;
	font-family: 'Nunito Sans', sans-serif;
	background: url(relax_sq_1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: calc(100vh - 50px);
}
.wrapper{
	padding-top: 200px;	
}
.container{
	background: rgba(255,255,255,0.9);
	width: 600px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 60px;
	border: 2px solid #fff;
	box-shadow: 5px 8px 8px rgba(0,0,0,0.3);
}
.comingsoon{
	text-align: center;
	font-size: 40px;
}
.UnderConstruction{
	padding-top: 40px;
	max-width: 400px;
	text-align: center;
	font-size: 18px;	
	margin-left: auto;
	margin-right: auto;
}