:root {
    --color-hightlight: #58a17d;
    --color-main: #00626f;
    --color-text: #222;
    --white: #fff;
    --black: #000;
    --red: #c33;
    --green: #390;
    --yellow: #ffb822;
    --light: #f5f5f5;
    --blue: #007bff;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --indigo: #6610f2;
    --teal: #20c997;
    --orange: #fd7e14;
    --cyan: #17a2b8;
    --gray: #6c757d;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}