
.circle-1 {
  position: absolute;
  left: 150px;
  top: 50px;
  width: 300px;
  height: 300px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  background-color: #ccc;
}

.coming-soon {
  font-size: 2.3em;
  line-height: 0.85em;
  position: absolute;
  left: 190px;
  top: 180px;
}
