

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










  body {
    background-color: #E7EBF1;
  }

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

  .widget .widget-button {
    background-color: rgba(231, 235, 241, 0.9);
  }

  .widget .widget-button:focus,
  .widget .widget-button:hover {
    background-color: hsl(216, 26%, 78%);
  }



















