/* Theme Color */
:root {
  /* #bb54e1 in decimal RGB */
  --sc: rgb(43,42,41);
  /* #f20808 in decimal RGB */
  --pc: rgb(227,30,30);


  --pc-o:227,30,30;
  --sc-o:20,197,153;
}