.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Alkatra", cursive;
}

.text-container {
  font-size: 20px;
  text-align: center;
}

.count-container {
  font-size: 32px;
}

.teller {
  color: red;
  font-size: 32px;
}

.img {
  max-width: 100%;
  height: 400px;
}

@media only screen and (max-width: 550px) {
  .text-container {
    text-align: center;
  }

  .count-container {
    text-align: center;
  }
}
