:root {
  /* Colors */
  --black: #000000;
  --white: #ffffff;
  --theme-blue: #E74C3C;
  --menu-gray: rgba(163, 163, 163, 1);
  --title-clr: #171717;
  --text-clr: #737373;
}