:root {
    --body-text-color: #0390bb;
    --header-footer-color: #5a2a5b;
    --error-color: #e85858;
    --bg-color: #f7f7f7;
    --progress-inactive-color: #0390bb;
    --text-color-opacity-50: rgba(3, 144, 187, 0.50);
    --text-color-opacity-30: rgba(3, 144, 187, 0.30);
    --text-color-darken-15: #037A9F;
    --header-footer-color-lighten-15: #734A74;
    --header-footer-color-darken-15: #4D244D;
    --header-footer-hover: #734A74;
    --action-color-text: #5a2a5b;
}