

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










  body {
    background-color: #259591;
  }

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

  .widget .widget-button {
    background-color: rgba(37, 149, 145, 0.9);
  }

  .widget .widget-button:focus,
  .widget .widget-button:hover {
    background-color: hsl(178, 60%, 21%);
  }



















