:root {
  --page-background-color: rgb(0, 0, 0);
  --section-background-color: hsl(0, 0%, 11%);
  --text-color: hsl(210, 8%, 65%);
  --border-color: hsl(211, 79%, 94%);
  --light-border-color: hsl(0, 1%, 39%);
  --button-color: hsl(224, 100%, 62%);
  --button-text-color: white;
  --red: hsl(0, 100%, 38%);
  --green-color: green;
  --code-type: hsl(0, 0%, 46%);
  --link-color: invert(100%);
}
