
	  body{
      background-image:url("https://images.cnblogs.com/cnblogs_com/blogs/701753/galleries/2032051/o_210922071915wallhaven-y8vlyk.jpg");
   	  background-size:cover;
  	  background-attachment: fixed;
  	  background-repeat:no-repeat;
      user-select: none;
      /* cursor: url("https://images.cnblogs.com/cnblogs_com/blogs/701753/galleries/2032718/t_210917085613download.png?a=1632367984793"),auto; */
      enable: false;
  }
cursor{
    font-size: 10px;
}

  }
  
  /* body::-webkit-scrollbar {
      display: none;
      } */

  /* #home{
  	opacity:0.35;
      margin-bottom: 100px;
  } */
  
  #Snow{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 99999;
      background: rgba(125,137,95,0.1);
      pointer-events: none;
  }
