

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










  body {
    background-color: #FFD152;
  }

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

  .widget .widget-button {
    background-color: rgba(255, 209, 82, 0.9);
  }

  .widget .widget-button:focus,
  .widget .widget-button:hover {
    background-color: hsl(44, 100%, 51%);
  }



















