/* custom color */
:root {
    --light-background:    #f4f7f9;
    --dark-background:     #9E271F;
    --main-text-color:     #333;
    --player-text-color:   #333;
    --header-text-color:   #fdfdfd;
    --selected-background: #f2efef;
  }