body .toolbar .toolbar-bar{
  background-color: rgb(102, 51, 0);
}

body{
  --theme-color:  rgb(102, 51, 0);
  --messages-bg-color:  var(--theme-color);
  --button-bg-color--primary:  var(--theme-color);
  --color-blue-400:  var(--theme-color);
  --color-absolutezero:  var(--theme-color);
}

.ferrero-header h1{
  color: white;
}


#updateprogress{
  max-width: 800px;
  margin-left: auto;
  margin-top: auto;
  margin-right: auto;

  .progress__bar{
    background-color: var(--theme-color);
  }
}
