:root {
    --primary-color: green;
    background-color:blue /* This sets the background color for the root element */
}

/* This will change the background color of the feature section */
.ud-about-wrapper {
    background-color: #b5cef7  !important;
}

/* This will change the background color of the navbar */
.ud-header {
    background-color: #16f5e4 !important;
}