:root { 
--primary: #2f3d4c !important;
--secondary:#b69850 !important;
--font-style-family:'Cairo',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/hgrutncgg28r7umuht5as/bGrundImage_73_504_52__1_34978.jpg?rlkey=sc4khnp0dbikfm3ugmavb9c04&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;
}
