

  /* Height for devices larger than 576px */
  @media (min-width: 992px) {
    #intro {
      margin-top: -65px;
    }
  }
  .navbar .navbar-nav .nav-link:hover{
    background-color:rgb(189, 189, 189);
    color:cornsilk;
  }
  .navbar .nav-link {
    color: rgb(10, 10, 10) !important;
  }

  /* Styles required only for the example above */
.scrollspy-example {
  position: relative;
  height: 200px;
  overflow: auto;
}