body {
  background-image: url('the-artwork-in-studio-ghibli-is-so-beautiful-i-have-this-as-v0-570ao61wfhx81.webp'); /* atau sesuaikan nama filenya */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  font-family: 'Segoe UI', sans-serif;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.6);
}

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

.card {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
}

.card-img-top {
  max-height: 250px;
  object-fit: contain;
  padding: 15px;
}

