.nav-color{
    /* background-color: grey; */
}
.active{
    background-color: rgb(168, 167, 167);
    border-radius: 8px;
}
.nav-item{
    padding:8px 15px 8px 15px;
}
.home{
    background-image: url("home-bg2.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
    width: 100vw;
}
.hero-text {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 45px;
  }