:root {
  --primary-color: #B0CA20;
  --primary-color-rgb: 120, 202, 92;

  --secondary-color: #010159;
  --secondary-color-rgb: 23, 149, 16;

  --white-color: #ffffff;
  --blue-color: #162B3F;
}