.nav-logo {
  width: 10vh;
}
.navbar {
  background: #2e3094 !important ;
}
.nav-item a {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: x-large;
  color: rgba(255, 255, 255, 0.6) !important;
}
.nav-item a:hover {
  color: white !important;
}
.usefull-links a {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: large;
  color: aliceblue !important;
}
.usefull-links a:hover {
  cursor: pointer;
  color: #2e3094 !important;
}
