:root {
    --card_width: 23vw;
    --card_width_2: calc(2*var(--card_width));
    --row_increment: 10px;
    --card_border_radius: 6px;
    --img_carousel_hight: 20vh;

    --card_small: 26;
    --card_medium: 40;
    --card_large: 60;
    --card_verylarge: 90;
    --card_height: 50;

    --left_menu_1: 80px;
    --left_menu_2: 140px;
    --left_menu_3: 200px;
    --left_menu_4: 260px;

    --Commodore_red: #d92322;
    --Commodore_yellow: #ffd825;
    --Commodore_green: #4ab849;
    --Commodore_blue: #009eda;
    --background_color: #46707f;
    --background_header_color:#5d594f;
}