#user-gallery-display {
  width: 1000px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#user-gallery-list {
  width: 1000px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#user-list-interaction {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

#user-gallery-display a {
  margin: 6px;
}

#users-page-subtitle {
  text-align: center;
  font-size: large;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  width: 1000px;
  border-bottom: 2px dotted;
}

#user-header {
  padding: 8px;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
#user-header a {
  margin: 8px;
}
#user-header div {
  margin: 8px;
  margin-right: 3rem;
  display: flex;
  justify-content: center;
}
