body {
    font-size: 30px;
    font-family:'Times New Roman', Times, serif;
    font-weight: bold;
}

#userCountButton {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
  transition-duration: 0.4s;
}

#userCountButton:hover {
  background-color: #45a049;
  color: white;
}
