* {
  box-sizing: border-box;
  font-family: monospace;
  font-size:12px;
  text-align:left;
  color:white;
}
a {
  color:white;
  text-decoration:none
}
/*--------------------------------------------------------
root & global variables
--------------------------------------------------------*/
:root {
  --primary-colour: rgb(65,55,52);
  --secondary-colour: rgb(136, 130, 128);
  --tertiary-colour: rgb(114,105,99);
  --highlight-colour: rgb(216,155,51)
}
/*--------------------------------------------------------
body
--------------------------------------------------------*/
