:root {
  --bg-button-hover: #000000;
  --bg-authorization: #474B50;
  --bg-button: #474B50;
  --text-link: #099edb;
  --text-button: #fff;
  --text-authorization: #fff;
  --border-nav: #A4BFDA;
  --bg-header: #fff;
  --bg-nav-todo: #fcd433;
  --text-nav: #fff;
  --text-nav-profile: #fff;
  --text-header: #bf0d3e;
  --text-nav-header: #fff;
  --bg-nav: #474B50;
  --bg-nav-hover: #79838D;
  --bg-nav-profile: #bf0d3e;
}