html,
body {
  background-image: url("back.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background-repeat: no-repeat
}

body {
  padding: 50px 0;
}

.axis {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: 100;
}

.planet {
  background-size: cover;
  left: 50%;
  position: absolute;
  top: 50%;
}

#background {

  bottom: -20%;
  left: -10%;
  position: absolute;
  right: -10%;
  top: -20%;
}



#planet-1 {
  margin: -320px 0 0 -293.5px;
  height: 407px;
  width: 587px;
  background-image: url("logo.png");
  z-index: 20;
}

#planet-2 {
margin: 80px 0px 0px -320px;
  height: 130px;
  width: 700px;
  background-image: url("coming.png");
  z-index: 10;
}
