body {
  background-color: #0f0f0f;
  color: white;
  font-family: "Segoe UI", sans-serif;
}
.hero {
  background: linear-gradient(to bottom right, #1c1c1c, #0f0f0f);
  padding: 4rem 1rem;
  text-align: center;
}
.result-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin: auto;
  margin-bottom: 0.5rem;
}
.active {
  background-color: #28a745;
}
.inactive {
  background-color: #dc3545;
}
.json-output {
  background-color: #1e1e1e;
  color: #ccc;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
}
section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
h2,
h3,
h5 {
  font-weight: 600;
}
