:root {
  --first-color: hsl(203, 100%, 37%);
  --third-color: hsl(356, 99%, 45%);
  --dark-txt: hsl(203, 4%, 15%);
  --light-txt: hsl(203, 4%, 96%);
  --second-color: hsl(145, 100%, 29%);
  --accent-color: hsl(203, 100%, 20%);
  --link-color: hsl(203, 100%, 45%);
  --first-base: 203;
  --second-base: 145;
  --third-base: 356;
  --grey-txt: hsl(203, 4%, 60%);
  --dark-txt: hsl(203, 4%, 15%);
  --light-txt: hsl(203, 4%, 96%);
  --grey-txt: hsl(203, 4%, 60%);
  --first-base: 203;
  --second-base: 145;
  --third-base: 356;
}
