.app-icon {
  width: 128px;
  height: 128px;
  border-radius: 2rem
}

.carousel-indicators li {
  background-color: rgba(22,113,36,.5)
}

.carousel-item img {
  width: 100%;
}

.carousel-indicators .active {
  background-color:#167124
}

#appCarousel {
  width: 288px
}