:root {
   --primary-color: rgb(0,168,236);
   --seccond-color: rgb(166,216,237);
   --background-color: #F5F5F5;
   --grey: #CCC;
   --background-modal: rgb(236,234,234);
   --background-navbar1: #002b4b;
   --background-navbar2: #002b4b;

   --border-favorite: #002b4b;
   --background-minimize: #002b4b;
   --header-modal: rgb(0,168,236);
   --background-bot: #002b4b;
}