:root { 
--primary: #6ebd46 !important;
--secondary:#0b527e !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/m96l1tq06anjn93jt647p/bGrundImage_93_247_37__1_39723.jpeg?rlkey=j2x5muvnui662gc8u5fwq59pv&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;
}
