:root {
  --theme-color1: #0498db;
  --theme-color2: #202778;
  --theme-color3: #0498db;
  --theme-color1-rgb: 19, 33, 54;
  --theme-color2-rgb: 3, 31, 28;
  --theme-color3-rgb: 0, 93, 116;
  --theme-color1-text-color: #fff;
  --theme-color2-text-color: #fff;
  --theme-color3-text-color: #fff;
}