body {
  background-color: #000000;
  font-family: Arial, sans-serif;
  text-align: center;
  padding-top: 50px;
}
h1 {
  color: #ffffff;
}

.intro {
  color: #ffffff;
}
button {
  padding: 10px 20px;
  background-color: #0078d7;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
button:hover {
  background-color: #005fa3;
}

#clickCount {
  color: #0078d7;
}

.click-count {
  color: #0078d7;
}
