:root {
  --first-color: hsl(210 100% 28.6%);
  --second-color: hsl(0 0% 100%);
  --third-color: hsl(38 48.4% 52.2%);
  --link-color: hsl(38 50% 60%);
  --second-base: 0;
  --dark-txt: hsl(210, 4%, 15%);
  --accent-color: hsl(0 0% 71.4%);
  --first-base: 210;
  --third-base: 38;
  --light-txt: hsl(210, 4%, 96%);
  --grey-txt: hsl(210, 4%, 60%);
  --dark-txt: hsl(210, 4%, 15%);
  --light-txt: hsl(210, 4%, 96%);
  --grey-txt: hsl(210, 4%, 60%);
  --first-base: 210;
  --second-base: 0;
  --third-base: 38;
}
