:root {
  --first-color: hsl(140, 91%, 40%);
  --second-color: hsl(0, 0%, 3%);
  --accent-color: hsl(140, 95%, 25%);
  --link-color: hsl(140, 100%, 30%);
  --first-base: 140;
  --third-base: 0;
  --dark-txt: hsl(140, 4%, 15%);
  --light-txt: hsl(140, 4%, 96%);
  --third-color: hsl(0, 0%, 50%);
  --error-color: hsl(3, 91%, 40%);
  --second-base: 0;
  --grey-txt: hsl(140, 4%, 60%);
  --dark-txt: hsl(140, 4%, 15%);
  --light-txt: hsl(140, 4%, 96%);
  --grey-txt: hsl(140, 4%, 60%);
  --first-base: 140;
  --second-base: 0;
  --third-base: 0;
}
