:root{
	--shadow-color: 95deg 20% 60%;
   --green: #96C49A;
	--green-texture: var(--green) url("/background/texture/green3.png");
	--red: hsl(357, 63%, 75%);
	--red-texture: var(--red) url("/background/texture/red2.png");
	--white-texture: var(--white) url("/background/texture/white2.png");
   --scrollbar-thumb: var(--green-texture);
}

body{
   background-color: var(--green-bg);
   background-image: url("/background/04.png");
}

ol{
   padding: 0;
   margin: 1em auto;
}

li:not(:last-child){
   margin-bottom: 1em;
}