body {
  font-family: Arial, sans-serif;
  text-align: center;
  background: #f0f0f0;
  margin-top: 100px;
}

.container {
  background: white;
  padding: 40px;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#count {
  font-size: 50px;
  margin: 20px 0;
}

button {
  padding: 10px 20px;
  margin: 10px;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background: #007BFF;
  color: white;
}
