body {
  background: #0f172a;
  color: #e5e7eb;
  font-family: system-ui;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}

h1 {
  margin-bottom: 6px;
}

.subtitle {
  color: #9ca3af;
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px;
}

input {
  width: 280px;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background: #1e293b;
  color: white;
  margin-bottom: 30px;
}

ul {
  list-style: none;
  padding: 0;
  width: 280px;
}

li {
  padding: 10px;
  background: #020617;
  margin-bottom: 8px;
  border-radius: 6px;
}

#visitorCount {
  margin-top: 20px;
  font-size: 12px;
  color: #9ca3af;
}
