

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










  body {
    background-color: #610642;
  }

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

  .widget .widget-button {
    background-color: rgba(97, 6, 66, 0.9);
  }

  .widget .widget-button:focus,
  .widget .widget-button:hover {
    background-color: hsl(320, 88%, 50%);
  }



















