body{
    margin: 0;
    padding: 0;
    font-family: 'Prompt', Sans-serif;
    font-weight: 300;
}
.navbar-brand {
  font-weight: bold;
}
.navbar-text a {
    text-decoration: none;
    color: white;
  }
.navbar {
  background-color: #111859;
}
.nav-link{
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.navbar-text {
    color: white;
    font-size: 14px;
  }
.navbar-text a {
    text-decoration: none;
    color: white;
  }
  
.navbar-text a:hover {
    text-decoration: none;
    color: white;
  }
.nav-item a:hover{
    text-decoration: none;
    color: white;
  }
@media (max-width: 991px) {
  .navbar-nav .nav-item {
    margin-left: 20px;
    color: white;
    margin-right: 20px;
  }
}