:root {
  --second-color: hsl(0, 0%, 7%);
  --third-color: hsl(42, 63%, 92%);
  --accent-color: hsl(347, 100%, 45%);
  --link-color: hsl(8, 100%, 60%);
  --first-color: hsl(192, 100%, 12%);
  --dark-txt: hsl(192, 4%, 15%);
  --light-txt: hsl(192, 4%, 96%);
  --grey-txt: hsl(192, 4%, 60%);
  --first-base: 192;
  --second-base: 0;
  --third-base: 42;
}
