html::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../../img/bjt.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.card {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  margin-top: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

.navbar-item { color: #333; }
.navbar-item:hover { background-color: rgba(255, 255, 255, 0.9); }

.section { margin-top: 60px; }

.icon-circle {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.application-name {
    color: #666;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}