:root {
  --accent-color: hsl(357, 100%, 48%);
  --link-color: hsl(36, 40%, 50%);
  --first-color: hsl(357, 100%, 45%);
  --second-color: hsl(36, 42%, 55%);
  --third-color: hsl(0, 0%, 90%);
  --dark-txt: hsl(357, 4%, 15%);
  --light-txt: hsl(357, 4%, 96%);
  --grey-txt: hsl(357, 4%, 60%);
  --first-base: 357;
  --second-base: 36;
  --third-base: 0;
}
