:root {
    --color-hightlight: #cd9a2d;
    --color-main: #ad2930;
    --color-text: #333;
    --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: #f5f5f5;
    --dark: #aeaeae;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.bg-main {
    background: -webkit-radial-gradient(top center, ellipse farthest-side,#db363f 0%, var(--color-main) 100%);
}