@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  font-family: "Ubuntu";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body .bg {
  background-image: url("https://images.unsplash.com/photo-1504966981333-1ac8809be1ca?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -30px;
  top: -30px;
  width: calc(100vw + 60px);
  height: calc(100vh + 60px);
  z-index: -1;
  filter: blur(0px);
}
body .loadingText {
  font-size: 40px;
  color: #fff;
  letter-spacing: 2px;
}/*# sourceMappingURL=load.css.map */