body {
  background-color: #ffffff;
}

body::after {
  content: "";
  position: fixed;
  right: -180px;
  bottom: -180px;
  width: 115vh;
  height: 115vh;
  background-image: url("https://static.tildacdn.com/stor6537-3938-4130-b661-656264373935/c84c0672863f669cb7d806b01f6d0445.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.10;
  pointer-events: none;
  z-index: 0;
}