html {
    --text-color-normal: hsl(210, 10%, 62%);
    --text-color-light: hsl(210, 15%, 35%);
    --text-color-richer: hsl(210, 50%, 72%);
    --text-color-highlight: hsl(25, 70%, 45%);
  }

body {
    background-color: 1d1e22;
    color: d4d4dc;}

h2 {
    background-color: 393f4d;
    color: feda6a;
}

a {
    color: feda6a;
    
}