body { 
	margin: 0; padding:0; 
	background-image: url(/img/cogs_bg.png);
	background-size: cover ;
	position: relative;
	/*background-repeat: no-repeat;*/
}
.wraper {
	position: relative;
	width: 100vw;
	height: 100vh;
}
.underconstructionText{
	 position: absolute;
	 left: 180px;
	 bottom: 190px;
	 /*border: 1px solid red;*/
}
.underconstructionText .main-title{
	font-size: 90px;
	font-family:  Inter, sans-seri;
	color: #989898;
}



