:root {
	/* Define CSS Variable & Use it using var function OK. Working */
	
	/* Black Theme */
 	--my-dark: #515151;
	--my-light: black;  /*  #58CCED */
 	--my-darkest: red;
	--my-lightest: #E1E1E1;  /* light color values: #F4FFFF */
	
}

.my-text-shadow {
	/* font-family: "Nunito", sans-serif; */
	text-shadow: 0 0 2px red, 0 0 2px red, 0 0 2px red, 0 0 2px red;
	/* color: white; */
	/* font-size: 50px; */
	/* margin-top: 20vh; */
}
