:root {
  --first-color: hsl(235, 45%, 29%);
  --second-color: ;
  --third-color: ;
  --accent-color: hsl(68, 62%, 51%);
  --error-color: hsl(355, 84%, 55%);
  --link-color: hsl(211, 100%, 50%);
  --first-base: 235;
  --dark-txt: hsl(235, 4%, 15%);
  --light-txt: hsl(235, 4%, 96%);
  --grey-txt: hsl(235, 4%, 60%);
}