:root {
  --light-txt: hsl(357, 4%, 96%);
  --second-color: hsl(57 100% 50%);
  --third-color: hsl(0 0% 13%);
  --accent-color: hsl(357 79% 20%);
  --first-base: 357;
  --third-base: 0;
  --dark-txt: hsl(357, 4%, 15%);
  --grey-txt: hsl(357, 4%, 60%);
  --first-color: hsl(357 79% 47%);
  --second-base: 57;
  --dark-txt: hsl(357, 4%, 15%);
  --light-txt: hsl(357, 4%, 96%);
  --grey-txt: hsl(357, 4%, 60%);
  --first-base: 357;
  --second-base: 57;
  --third-base: 0;
}
