:root {
  --main_color_a: 223, 126, 87; /*#df7e57;*/
  --main_color: #df7e57; /*#F07746;*/
  --second_color: #333;
  --captions: black;
  --color_button: #333;
  --background_button: #df7e57;
  --color_button_hover: white;
  --background_button_hover: #333;
  --background_row_menu: #333;
  --color_nav_hover: #df7e57;
  --color_tablinks_hover: rgb(2, 2, 2);
  --color_settings_hover: white;
  --background_settings_hover: #333;
  --color_settings_active: #df7e57;
  --background_folder_list_hover: #df7e57;
  --color_notifications_link:#df7e57;
}