:root {
  --page-background-color: hsl(0, 0, 100);
  --section-background-color: hsl(0, 0%, 98%);
  --text-color: hsl(210, 4%, 20%);
  --border-color: hsl(210, 5%, 8%);
  --light-border-color: hsl(0, 0%, 80%);
  --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(0%);
}
