:root {
  --first-color: hsl(41 77.8% 59.4%);
  --second-color: hsl(3 62.4% 44.9%);
  --third-color: hsl(12 10.2% 90.4%);
  --accent-color: hsl(16 70.4% 5.3%);
  --link-color: hsl(3 62.4% 44.9%);
  --dark-txt: hsl(41, 4%, 15%);
  --light-txt: hsl(41, 4%, 96%);
  --grey-txt: hsl(41, 4%, 60%);
  --first-base: 41;
  --second-base: 3;
  --third-base: 12;
}
