:root {
  --primary-color: #1F2A5A;
  --secondary-color: #ffffff;
  --primary-bg: #1F2A5A;
  --secondary-bg: #f5f5f5;
  --paragraph-text: #212121;
  --negative-text: #ffffff;
  --tittle-text: #000000;
  --negative-tittle-text: #ffffff;
  --link-hover-color: #185359;
  --navbar-bg: #1F2A5A;
  --navbar-text: #ffffff;
  --hover-navbar-item: #e6f0f0;
  --footer-text: #ffffff;
  --footer-hover-text: #ce132d;
  --hover-navbar-item-text: #185359;
}
