.counter-container {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid lightgray;
  border-radius: 5px;
}
