.nav-link{
    color: white !important;
  }

.navbar-brand img{
  width: 100px; 
  height:auto;
}


.navigasi{
    background-color: #88A1A6;
  }

.item-nav{
    color: white;
}


/* // Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
  .navbar-brand img{
    width: 130px; 
    height:auto;
  }

  .nav-item + .nav-item {
    margin-left: 20px; /* Menambahkan margin kiri antara tautan */
}

.button{
    background-color: #92BDC6;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
}

.tombol{
  background-color: #92BDC6;
  border-radius: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
}