:root {
  --second-color: hsl(0 98% 39%);
  --third-color: hsl(358, 83%, 58%);
  --accent-color: hsl(0 100% 34%);
  --first-base: 212;
  --dark-txt: hsl(212, 4%, 15%);
  --second-base: 0;
  --third-base: 358;
  --light-txt: hsl(212, 4%, 96%);
  --grey-txt: hsl(212, 4%, 60%);
  --first-color: hsl(212 100% 29%);
  --dark-txt: hsl(212, 4%, 15%);
  --light-txt: hsl(212, 4%, 96%);
  --grey-txt: hsl(212, 4%, 60%);
  --first-base: 212;
  --second-base: 0;
  --third-base: 358;
}
