.infinite-scroll {
  display: inline-block;
  padding: 12px 24px;
  min-width: 200px;
  background: #282120;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border: none;
  font-family: Raleway, sans-serif;
  cursor: pointer;
  transition: all .2s ease-out;
}

.infinite-scroll:hover {
  transform: scale(1.05);
}