:root {
  --first-color: hsl(154 98% 22%);
  --second-color: hsl(0 0% 9%);
  --third-color: hsl(0 0% 100%);
  --accent-color: hsl(0 0% 27%);
  --dark-txt: hsl(154, 4%, 15%);
  --light-txt: hsl(154, 4%, 96%);
  --grey-txt: hsl(154, 4%, 60%);
  --first-base: 154;
  --second-base: 0;
  --third-base: 0;
}
