html, body{
  margin: 0;
  padding: 0;

}

.topSparkle {
  position: absolute;
  width: 33vw;
  height: 50vh;
  z-index: -3;
}
.mainContainer{
	position: relative;
	width: 100vw;
	height: 100vh;
}
#mask{
  width: 30vw;
  z-index:4;
  position: absolute;
  top: 25%;
  left: 80%;
  transform: translate(-50%, -50%);
}
#popcorn{
  width: 50vw;
  z-index:4;
  position: absolute;
  top: 65%;
  left: 20%;
  transform: translate(-50%, -50%);
}
#start{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 50px;
  transform: translate(-50%,375%);
  z-index: 4;
  color: red;
  background-color: #EBAF2D;
  border-color: black;
  border-width: 1px;
}
#BG {
  position:absolute;
  width: 100vw;
  height: 100vh;
}

#ticket{

  height: 40vw;
  z-index:3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#middleText {

  text-align: center;
  vertical-align: bottom;
  position: absolute;
  width: 40vw;
  top:45%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  font-size: 2vw;
	font-family: "Courier New", Courier, monospace;
	-webkit-text-stroke:1px black;
}
