:root {
  --first-color: hsl(357 85% 52%);
  --second-color: hsl(217 75% 36%);
  --third-color: hsl(358 75% 48%);
  --accent-color: hsl(218 36% 13%);
  --dark-txt: hsl(357, 4%, 15%);
  --light-txt: hsl(357, 4%, 96%);
  --grey-txt: hsl(357, 4%, 60%);
  --first-base: 357;
  --second-base: 217;
  --third-base: 358;
}
