:root {
  /* Background Colors: */
  --background-color: #000000;
  
  /* Text Colors: */
  --text-color: #ffffff;
  --sidebar-text-color: #ffffff;
  --link-color: #F3EDFF;
  --link-color-hover: #8243A1;

  /* Text: */
  --font: Lucida Console, monospace;
  --heading-font: Georgia, serif;
  --font-size: 14px;

  /* Other Settings: */
  --margin: 10px;
  --padding: 20px;
  --border: 4px solid #ffffff;
  --round-borders: 0px;
  --sidebar-width: 200px;
}