:root {
  --green: rgb(143, 199, 62);
  --pink: rgb(237, 19, 94);
  --pink-a-hover: rgb(255, 20, 85);
  --blue: rgb(30, 33, 80);
  --btn-blue-hover: rgb(34, 42, 151);
  --yellow: rgb(254, 232, 0);
}