:root {
  --bg-color:             #0a0a0a;
  --bg-notification:      #202020;
  --header-color:         #151515;
  --footer-color:         #101010;
  --footer-border-color:  #b18f35;
  --white:                #ffffff;
  --black:                #000000;
  --neon-green:           #00ff00;
  --red:                  #9a0f04;
  --font-color-lighgrey:  #858585;
  --font-color-grey:      #454545;
  --button-color-grey:      linear-gradient(to bottom, #6b6b6b 0%,#404040 100%);
  --button-color-yellow:    linear-gradient(to bottom, #fae58c 0%,#ba8a1c 100%)
}