.footer {
  position: fixed;
  width: 100%;
  height: 40px;
  bottom: 0px;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: auto;
}
.footer-content .count {
  color: #007bff;
}

.footer::-webkit-scrollbar,
pre::-webkit-scrollbar,
blockquote::-webkit-scrollbar {
  display: none;
}
