.gallery-btn {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-shadow: 2px 2px 10px var(--shadow-colour);
  border-radius: 5px;
  color: var(--secondary-text-colour);
  background: var(--secondary-colour);
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 18px;
  border: none;
}

.gallery-btn:hover {
  background: #efefef;
}

.gallery-info-username {
  margin-right: auto;
}

.gallery-info-image-count {
  margin-left: auto;
}

.gallery-list-nav-div {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-top: 5px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
