/* all page */
.row {
  margin: auto;
}
.bg-utama {
  background-color: #027dff;
}
/* NAVIGATION BAR */

.nav-link {
    color: white;
    &:hover {text-decoration:underline;color:wheat;}
}
.navbar-toggler {
  background-color: gray;
}




html {
  scroll-behavior: smooth;
}






