:root {
  --first-color: hsl(358, 78%, 49%);
  --second-color: hsl(0, 0%, 13%);
  --third-color: ;
  --accent-color: hsl(358, 78%, 53%);
  --error-color: hsl(358, 78%, 64%);
  --link-color: hsl(358, 78%, 53%);
  --first-base: 358;
  --second-base: 0;
  --dark-txt: hsl(358, 4%, 15%);
  --light-txt: hsl(358, 4%, 96%);
  --grey-txt: hsl(358, 4%, 60%);
}