html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

@-webkit-keyframes glow {
  0% {
    box-shadow: 0px 0px 9px 1px yellow;
  }
  50% {
    box-shadow: 0px 0px 14px 2px yellow;
  }
  100% {
    box-shadow: 0px 0px 9px 1px yellow;
  }
}
@-moz-keyframes glow {
  0% {
    box-shadow: 0px 0px 9px 1px yellow;
  }
  50% {
    box-shadow: 0px 0px 14px 2px yellow;
  }
  100% {
    box-shadow: 0px 0px 9px 1px yellow;
  }
}
@keyframes glow {
  0% {
    box-shadow: 0px 0px 9px 1px yellow;
  }
  50% {
    box-shadow: 0px 0px 14px 2px yellow;
  }
  100% {
    box-shadow: 0px 0px 9px 1px yellow;
  }
}
body {
  background: #333;
}

.scene {
  height: auto;
  width: 650px;
  margin: 0 auto;
}
.scene h1 {
  text-align: center;
  font-size: 3em;
  margin-top: 0em;
  font-family: Smokum;
  color: #508FDD;
  letter-spacing: 2px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  -webkit-animation: rubberBand 0.8s 0.3s;
  -moz-animation: rubberBand 0.8s 0.3s;
  animation: rubberBand 0.8s 0.3s;
  text-shadow: -0.5px 0.5px 4px #4881c7;
}
.scene h2 {
  text-align: center;
  margin-top: -1em;
  color: #38649b;
  text-shadow: -0.5px 0.5px 1px #28486f;
}
.scene #menorah {
  margin-left: 50%;
  margin-top: 45%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -10;
}
.scene .fire {
  width: 1em;
  position: absolute;
  height: 2.3em;
  background-image: -webkit-radial-gradient(50% 100%, circle, red 20%, orange 40%, yellow);
  background-image: radial-gradient(  circle at 50% 100%, red 20%, orange 40%, yellow);
  border-radius: 50%;
  margin-top: -46em;
  margin-left: 9.95em;
  z-index: 200;
  box-shadow: 0px 0px 9px 1px yellow;
  -webkit-animation: glow 1s infinite linear;
  -moz-animation: glow 1s infinite linear;
  animation: glow 1s infinite linear;
  opacity: 0;
}
.scene .two {
  margin-left: 12.3em;
  margin-top: -46.0em;
}
.scene .three {
  margin-left: 14.55em;
  margin-top: -45.9em;
}
.scene .four {
  margin-left: 16.45em;
  margin-top: -46.5em;
}
.scene .five {
	
  margin-left: 19.765em;
  margin-top: -48.5em;
  opacity: 1;
}
.scene .six {
  margin-left: 22.8em;
  margin-top: -46.4em;
}
.scene .seven {
  margin-left: 25.1em;
  margin-top: -45.8em;
}
.scene .eight {
  margin-left: 27.2em;
  margin-top: -45.9em;
}
.scene .nine {
  margin-left: 29.7em;
  margin-top: -45.6em;
}