:root {
  --first-color: hsl(358, 78%, 45%);
  --accent-color: hsl(358 66.6% 39.1%);
  --second-color: hsl(0 100% 38%);
  --third-color: hsl(225 4% 21%);
  --dark-txt: hsl(358, 4%, 15%);
  --light-txt: hsl(358, 4%, 96%);
  --grey-txt: hsl(358, 4%, 60%);
  --first-base: 358;
  --second-base: 0;
  --third-base: 225;
}
