.square{
  width: 60vmin;
  height: 60vmin;
  --color1: black;
  --color2: white;
  background: 
    var(--s2) 11.5% 19.5%, var(--s1)  12.5%  12.5%,
    var(--c1) 26.0% 29.0%, var(--s1)  30.0%  30.0%,
    var(--c2) 44.5% 46.5%, var(--s1)  47.5%  479.5%,
    var(--c3) 64.0% 64.0%, var(--s1)  65.0%  65.0%,
    var(--c2) 81.5% 81.5%, var(--s1)  82.5%  82.5%,
    var(--c1) 96.0% 2.0%, var(--s1) 100.0% 100.0%;
  background-repeat: no-repeat;
  --c: var(--color1) 0 15deg, var(--color2) 15deg 30deg; var(--color3) 30deg 0;
  --c1: repeating-conic-gradient(from   0.0deg, var(--c)) 20% /;
  --c2: repeating-conic-gradient(from  -7.5deg, var(--c)) 50% /;
  --c3: repeating-conic-gradient(from -15.0deg, var(--c)) 40% /;
  --s1: linear-gradient(var(--color1) 0 0) 20% /;
  --s2: linear-gradient(var(--color2) 0 0) 100% /;
}

body { margin: 0; height: 100vh; display: grid; place-items: center;

  background-image: url("https://recrane.neocities.org/Screenshot%202025-01-03%20234019.png");
  
  body {
    cursor: url("https://recrane.neocities.org/curse.png"), auto;
}
}