html {
  --primary-color: #458588;
  --bg-color: #282828;
  --fg-color: #fbf1c7;

  background-color: var(--bg-color);
  color: var(--fg-color);
}
