h1, p, span, strong, a {
  color: #ffffff !important;
}

#dynamic-bg {
  background: url('ilubg.jpg') no-repeat center center/cover !important;
}

strong {
  font-weight: 700;
}

.iluworld {
  background: rgba(20, 20, 20, 0.5);
  padding: 16px 24px;
  border-radius: 12px;
  margin: 16px auto;
  max-width: 700px;
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.iluworld h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: #90c8ff;
}

.iluworld p {
  line-height: 1.5;
  margin: 0;
  white-space: pre-line;
}

.iluworld:hover {
  background: rgba(40, 40, 40, 0.7);
  transition: background 0.2s ease;
}

.container.has-text-centered {
  padding-bottom: 60px;
}
