#carouselExampleCaptions .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 50vh;
  overflow: hidden;
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
#footer {
  position: fixed;
  height: 50px;

  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
}

.accordion-item .accordion-button {
  display: block;
}
#name {
  float: left;
  justify-content: center;
  align-items: center;
}
#count {
  float: right;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: middle;
  border: none;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
button.accordion.active,
button.accordion:hover {
  background-color: #ddd;
}
p {
  font-size: 1rem;
}
