
:root {
  --main-color: rgb(8, 37, 78);
  --main-section-background: rgb(3, 21, 45);
  --bg-color: #020b17;
  --text-color: #fff;
  --hero-color: #fff;
  --footer-text: #fff;
  --title-color: #fff;
  --title-color-hover: rgb(100, 180, 255);
  --card-background: rgb(45, 115, 200);
  --glossary-background: linear-gradient( 45deg, rgb(3, 21, 45) 0%, rgb(8, 37, 78) 100% );
   --icon-background: #0D6BE7;
  --icon-background-hover: #0D6BE7;
  --card-color: #d4e4fc;
  --footer-special-background: rgb(5, 28, 55);
  --mainBtn-background: rgb(100, 180, 255);
   --mainBtn-color: #000;
  --mainBtnSpecial-background: #0D6BE7;
  --mainBtnSpecial-border: #0D6BE7;
  --pulse-color-first: #0D6BE7;
  --pulse-color-second: #0D6BE7;
  --pulse-box-shadow: 13, 107, 231; 
  --faq-color: rgba(52, 33, 121, 0.616);

}