svg {
  display: block;
  margin: auto;
}
body {
  background: #fff;
}
#container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 878px;
  height: 402px;
  overflow: hidden;
  display: none;
  cursor: pointer;
}
#border {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#button {
    position: absolute;
    width: 52px;
    height: 11px;
    border: 1px solid black;
    padding: 6px 30px 6px 30px;
    left: 741px;
    bottom: 30px;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50px;
}
.images, .text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 878px;
  height: 402px;
}
.parallax {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 918px;
  height: 442px;
}

#stars {
  position: absolute;
  width: 878px;
  height: 200px;
}
.star {
  position: absolute;
  background-size: cover;
  background-image: url(star.png);
}

#shootingStar {
  position: absolute;
  top: -40px;
  right: 0px;
  background: url(shootingStar.png);
  width: 136px;
  height: 12px;
  background-size: cover;
}
#shootingStar1 {
  position: absolute;
  top: -30px;
  right: 0px;
  background: url(shootingStar.png);
  width: 136px;
  height: 12px;
  background-size: cover;
}
#shootingStar2 {
  position: absolute;
  top: -35px;
  right: 0px;
  background: url(shootingStar.png);
  width: 136px;
  height: 12px;
  background-size: cover;
}
#shootingStar3 {
  position: absolute;
  top: -55px;
  right: 0px;
  background: url(shootingStar.png);
  width: 136px;
  height: 12px;
  background-size: cover;
}
