@keyframes cityName {
  0% {margin-top: 100px}
  100% {margin-top: -950px}
}

.center {
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
  padding: 20px;
  vertical-align: middle;
  width: 600px;
}

.visit-our-stores {
  background-image: url("/img/visit-our-stores.PNG");
  background-size: contain;
  font-size: xx-large;
  padding-top: 30px;
  height: 300px;
  text-align: center;
  width: 100%;
}

.city {
  border: 1px solid black;
  font-size: 50px;
  height: 100px;
  overflow: hidden;
}

.city-name {
  animation: cityName 30s infinite linear;
}

.name {
  height: 100px;
}

.text {
  border: 1px solid black;
  margin-bottom: 10px;
  padding: 10px;
  height: 100px;
}