:root {
  --first-color: hsl(212 64% 17%);
  --third-color: hsl(351 66% 28%);
  --accent-color: hsl(212 63% 15%);
  --second-color: hsl(46 100% 52%);
  --dark-txt: hsl(212, 4%, 15%);
  --light-txt: hsl(212, 4%, 96%);
  --grey-txt: hsl(212, 4%, 60%);
  --first-base: 212;
  --second-base: 46;
  --third-base: 351;
}
