/* styles.css */
body {
  font-family: Arial, sans-serif;
  padding: 20px;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

#count-display {
  font-weight: bold;
  color: #333;
}
