:root {
  --dark-txt: hsl(0, 4%, 15%);
  --light-txt: hsl(0, 4%, 96%);
  --grey-txt: hsl(0, 4%, 60%);
  --first-color: hsl(0, 0%, 7%);
  --second-color: hsl(41, 45%, 53%);
  --error-color: hsl(9, 76%, 55%);
  --link-color: hsl(41, 45%, 55%);
  --second-base: 41;
  --third-base: 0;
  --third-color: hsl(0, 0%, 40%);
  --first-base: 0;
  --dark-txt: hsl(0, 4%, 15%);
  --light-txt: hsl(0, 4%, 96%);
  --grey-txt: hsl(0, 4%, 60%);
  --first-base: 0;
  --second-base: 41;
  --third-base: 0;
}
