:root {
  --sb-bg-color: white;
  --sb-background-image-url: url("/img/background.jpg");
  --sb-primary-color: rgb(0, 47, 90);
  --sb-secondary-color: rgb(174, 243, 255);
  --sb-navbar-color: rgb(0, 172, 202);
  --sb-navbar-trans-color: rgba(0, 172, 202, 0.95);
  --sb-neutral-color: rgb(203, 231, 238);
}
