:root {
  --background: #ffffff;
  --text: #000000;
  --link-background: #ffffff;
  --link-foreground: #333333;
  --body-title-font: sans-serif;
}

#progress {
  outline: #0a2363 solid 4px;
}

.bar-inner {
  background-color: #0a2363;
}
