:root {
  --dark-txt: hsl(207, 4%, 15%);
  --second-color: hsl(350 25% 5%);
  --third-color: hsl(0 0% 100%);
  --accent-color: hsl(38 53% 61%);
  --first-base: 207;
  --second-base: 350;
  --light-txt: hsl(207, 4%, 96%);
  --grey-txt: hsl(207, 4%, 60%);
  --first-color: hsl(207 94% 32%);
  --third-base: 0;
  --dark-txt: hsl(207, 4%, 15%);
  --light-txt: hsl(207, 4%, 96%);
  --grey-txt: hsl(207, 4%, 60%);
  --first-base: 207;
  --second-base: 350;
  --third-base: 0;
}
