:root {
    --font: 'IBM Plex mono', monospace;
    --bg_img: url("../img/image.jpg");
    --bold: bold; /*700*/

    /*colors*/
    --linkedin: #0077b5;
    --backgroung_color: #0d0d33;
    --common_col: #86a2d1;
    --light: #ced7ef;
    --decor: #152c5f;
    --title: #e2b284;
    --highlight: RGB(226,178,132,0.2);
    --text: #f0f0f0;
    --text_work: #555555;
    --text_color: var(--backgroung_color);
    --decor_col: #19193b;
    --head_col: var(--common_col);
}  