.hero .container .box:nth-child(1) h1{
    font-family: 'Jersey 15', sans-serif;
}
.image{
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.4)),url('/assets/hero-bg.jpg'); /* Path ke gambar */
    background-size: cover; /* Menutupi seluruh area */
    background-position: center; /* Pusatkan gambar */
    background-repeat: no-repeat;
}
.navbar.scrolling-active{
    background-color: #0055AA;
}
.navbar.scrolling-active .judul .kata-2{
    color: white;
}
.navbar.scrolling-active .navbar-button button{
    background-color: white;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.navbar.scrolling-active .navbar-button button p{
    color: black;
}