@import url("https://db.onlinewebfonts.com/c/151212d9a9d1e632aa020562ae4ea050?family=SceneW01-Black");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
body {
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .ooops {
  position: relative;
  margin-top: 200px;
  margin-bottom: 0px;
  font-family: SceneW01-Black;
  font-style: normal;
  font-weight: 900;
  font-size: 100px;
  line-height: 125px;
  color: #ffffff;
}
body .ooops p {
  margin: 0;
}
body .ooops .bg-black {
  position: absolute;
  top: 0px;
  right: -70px;
  z-index: -1;
}
body .ooops .panda {
  position: absolute;
  top: 180px;
  right: -155px;
  z-index: -2;
}
body .page {
  margin-top: 457px;
  margin-bottom: 0;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  color: #333333;
}
body .go {
  margin-top: 15px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #59c3fb;
}

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