/*body {
    filter: grayscale(100%);
  }*/ 
  /* 褰╄壊瀛椾綋 */ .gradient-text {
    background: linear-gradient(to right, blue, purple, green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }