body {
  background-image: url('the-artwork-in-studio-ghibli-is-so-beautiful-i-have-this-as-v0-570ao61wfhx81.webp');
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
}

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

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

.cat-img {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
}

.tab-content {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  margin: 20px auto;
  border-radius: 12px;
  max-width: 900px;
}

.btn-custom {
  margin-top: 10px;
  margin-right: 10px;
}
