/* This is a sample css format. You can change color as per your wish or you can add more css.*/

/* This will change the theme primary color*/
:root {
    --primary-color: #0a0a0a;
}

/* This will change the background color of the feature section*/
.ud-about-wrapper {
    background-color: #f9f5f5 !important;
}

/* This will change the background color of the navbar*/
.ud-header {
    background-color: rgb(211,179,102) !important;
}