:root { 
--primary: #df8826 !important;
--secondary:#34a86b !important;
--font-style-family:sans-serif !important;
--font-style-color:#ffff !important;
--font-style-color:#ffff !important;
--whiteco:#ffff !important;
--font-style-size:14px !important;
--bgrnd:url('https://www.dropbox.com/scl/fi/gdtylinz1ba3dgtiyxhxl/bGrundImage_497_223_30__1_23414.jpg?rlkey=jtyyd88sbev8d7z5uyow9xdr0&raw=1') !important;
--bgopacity:0.4 !important;
--bgclr:transparent !important;
}
.withbgrnd{
background-image: var(--bgrnd);
background-repeat:no-repeat;
background-position: center;
background-size:cover;
background-color: var(--bgclr);
background-attachment:fixed;
}
