@import url("https://fonts.googleapis.com/css2?family=Limelight&display=swap");
body {
  font-family: "Limelight", sans-serif;
}

#stage {
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 80vh;
  background: url("../img/owen_circle.png") no-repeat center center;
  background-size: contain;
  position: relative;
}
#stage #lightning-container {
  margin-bottom: 10px;
  position: absolute;
  left: 49.5%;
  top: 40%;
  transform-origin: center left;
  font-size: 18px;
  transition: transform 3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
#stage #lightning-container #lightning {
  width: 200px;
  height: auto;
}

/*# sourceMappingURL=styles.css.map */
