:root {
  --second-color: hsl(45 40% 53%);
  --accent-color: hsl(220 86% 25%);
  --link-color: hsl(45 50% 58%);
  --first-base: 225;
  --second-base: 45;
  --dark-txt: hsl(225, 4%, 15%);
  --first-color: hsl(225 38% 18%);
  --third-color: hsl(358 100% 45%);
  --error-color: hsl(223 24% 94%);
  --third-base: 358;
  --light-txt: hsl(225, 4%, 96%);
  --grey-txt: hsl(225, 4%, 60%);
  --dark-txt: hsl(225, 4%, 15%);
  --light-txt: hsl(225, 4%, 96%);
  --grey-txt: hsl(225, 4%, 60%);
  --first-base: 225;
  --second-base: 45;
  --third-base: 358;
}
