html, body {
	height: 100%;
	background-color: #fcfcfc;
	font-family: 'Roboto', sans-serif;
}
.logo {
	text-align: center;
	top: 25%;
  position: relative;
}
h1 {
	color: #5a6779;
	font-size: 80px;
	text-shadow: 1px 1px 2px #5a6779;
}
.back-soon {
	position: absolute;
  top: 40%;
  left: 20%;
}
.back-soon span {
	color: #eeaa2c;
}
