.counter {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
  text-align: left;
  margin-top: 20px;
}

.counter h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.counter p {
  margin-top: 0;
}

.counter span {
  font-size: 30px;
  font-weight: bold;
  color: #0070B8;
}
.button {
  background-color: blue;
}
