

:root {
  
    --body-bg-color: #E5E5E5;
  
  
  
  
   
}










  body {
    background-color: #E5E5E5;
  }

  @media print {
    .header {
      background-color: #E5E5E5 !important;
    }
  }

  .widget .widget-button {
    background-color: rgba(229, 229, 229, 0.9);
  }

  .widget .widget-button:focus,
  .widget .widget-button:hover {
    background-color: hsl(0, 0%, 75%);
  }



















