:root {
  --primary-color: #0A86D1;
  --secondary-color: #E9F6FB;
  --primary-bg: #0A86D1;
  --secondary-bg: #E9F6FB;
  --paragraph-text: #000000;
  --negative-text: #ffffff;
  --tittle-text: #000000;
  --negative-tittle-text: #ffffff;
  --link-hover-color: #7639cc;
  --navbar-bg: #0A86D1;
  --navbar-text: #ffffff;
  --hover-navbar-item: #e6f0f0;
  --footer-text: #ffffff;
  --footer-hover-text: #ce132d;
  --hover-navbar-item-text: #ffffff;
}
