html, body {
  margin: 0px;
  padding: 0px;
}

.coming-soon-text {
  width: 300px;
  height: 300px;
  margin: 140px auto 0px;
  font-family: 'Open Sans';
  font-size: 50px;
  text-align: center;
  color: #666;
}

.coming-soon-text img {
  width: 50px;
  height: auto;
}

.coming-soon-text span {
  font-size: 14px;
}
