:root {
  --grey-txt: hsl(21, 4%, 60%);
  --accent-color: hsl(0 0% 31.4%);
  --first-base: 21;
  --dark-txt: hsl(21, 4%, 15%);
  --first-color: hsl(21 100% 50%);
  --second-color: hsl(0 0% 0%);
  --third-color: hsl(36 100% 50%);
  --link-color: hsl(21 100% 50%);
  --second-base: 0;
  --third-base: 36;
  --light-txt: hsl(21, 4%, 96%);
  --dark-txt: hsl(21, 4%, 15%);
  --light-txt: hsl(21, 4%, 96%);
  --grey-txt: hsl(21, 4%, 60%);
  --first-base: 21;
  --second-base: 0;
  --third-base: 36;
}
