:root {
    --color-hightlight: #ef171c;
    --color-main: #1C74BB;
    --color-text: #333;
    --main: #02528e;
    --white: #fff;
    --black: #000;
    --red: #ed1b26;
    --green: #83A638;
    --yellow: #F2A30F;
    --light: #f5f5f5;
    --blue: #007bff;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --indigo: #6610f2;
    --teal: #20c997;
    --orange: #F2780C;
    --cyan: #17a2b8;
    --gray: #6c757d;
    --menu: #d3d3d3;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.bg-color-main{
    background-color: var(--color-main);
}