@import "../assets/lesshat-prefixed";

body {
  margin: 0;
  padding: 0;
}

#scroll-stage {
  height: 2000px;
}

#hero {
  .lh-translate(-50%, -50%);

  position: fixed;
  top: 50%;
  left: 50%;

  text-align: center;

  p {
    color: #FAC15F;
  }
}
