/* Bismillahirrahmanniraheem,
 *
 * <named-color> 値 
color: red;color: green;orange;color: tan;blue; */


.white-text-with-blue-shadow {color: white;
  text-shadow:
   1px 1px 2px black,
   0 0 1em blue,
   0 0 0.2em blue;

  font: 1.5em "Inter", serif;
}

/* <named-color> 値 
color: red;color: green;orange;color: tan;blue;*/

.red-text-shadow{text-shadow:red 0 -4px;-2;}

/* <named-color> 値 
color: red;color: green;orange;color: tan;blue;*/

.red-text-shadow {
 text-shadow: red 1px -4px
}
/* AlhamdullilahhirabbilaAlaAmeen! */
