html {
	width:100%;
	height:100%;
}
body {
	position:relative;
	width:100%;
	height:100%;
	background:#32363a;
	overflow: hidden;
	margin: 0;
}
.soon {
	height:100%;
  /*! transform: translate(-50%, -50%); */
	position: relative;
}
.soon div > img {
position: relative;
height: 280px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);

}




.soon div > h1:nth-child(2) {
  text-align: center;
  color: white;
  font-family: arial;
  font-size: 70px;
  /*! margin-top: 0; */
  margin: 10px 0 25px 0;
}


.soon div > h2 {
  font-size: 35px;
  text-align: center;
  font-family: arial;
  color: white;
  margin: 0;
  font-style: italic;
}


.wrapper > p{
  font-family: arial;
  color: white;
  font-size: 30px;
  text-align: center;
}


.soon {
  position: relative;
}



.soon div > img {
  height: 280px;
}

body {
  overflow: hidden;
  margin: 0;
}

.soon div > h2 {
  margin: 0;
}

.soon div > h1 {
  margin: 10px 0 25px 0;
}


.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%, -50%);

}


/* style.css | https://www.sigmagreen.gr/style.css */

.soon div > h1:nth-child(3) {
  /* font-size: 90px; */
  font-size: 50px;
  font-style: italic;
}
