:root {
    --light-background-color: #b7d6e8;  /* Set this to your desired blue color */
    --dark-text-color: #333333;  /* Example color for dark text */
    --font-family-heading: 'Arial', sans-serif;  /* Example font */
    --light-green-color: #1e7a8c;
}

html {
    scroll-behavior: smooth;
}




