:root {
		--text: darkslategrey;
		--border: teal;
		--accent: teal;
		--bg: #dce3e2;
		--gradientTop: white;
		--gradientBottom: rgb(250, 248, 255, .8); 
	}
	
	body { 
      cursor: url("https://64.media.tumblr.com/40d16c29cbed6d77e7a0b9ea794c1901/2408ed4c36a938c0-22/s75x75_c1/581b4004556439529b44424af80528183cda8bbd.gifv"), auto;
} 

body {
	padding: 10px;
	font-family: 'MS PGothic', sans-serif;
	color: var(--text);

	background-image: url(https://cdn.shopify.com/s/files/1/0996/1022/t/886/assets/ezgifcomvideotogif-2min-1679942754075.gif?v=1679942767);
	  background-repeat: no-repeat;
	  background-size: cover; 
	background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;
}
