@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
.Body {
  /*
  background-image: url("../../../image/default/body-background.png");
  background-repeat: repeat;
  */
  /*
  background-image: url("../../../image/default/body-background-2.jpg");
  background-position: center center;
  background-size: cover;
  */
  background-image: linear-gradient(141deg, #c8dbd3, #779ba6);
  font-family: "Nunito", sans-serif;
  min-height: 100%;
  padding-bottom: 15px;
  padding-right: 0 !important;
}
.Body::before {
  content: "";
  background-image: url("../../../image/default/pegasus-black-medium.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 75%;
  bottom: 0;
  filter: drop-shadow(1px 1px 0 #fff) drop-shadow(1px 1px 0 #fff);
  left: 0;
  opacity: 0.02;
  position: absolute;
  right: 2%;
  top: 0;
  z-index: -1;
}

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