﻿body {
  background-color:white !important;
}
.welcome {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width:300px;
  text-align:center;
}

.welcome img{
    display:inline;
}
.soon{
    margin-top:10px;
}
.social{
	position:absolute;
	bottom:10px;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width:300px;
  text-align:center;
}
.social img {
	    display:inline;
}


