.galleries {
  margin-top: 40px;
  width: 75%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  gap: 20px;
}

.user {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: #ccc;
}

.user-gallery:hover {
  background-color: #0d0d0d;
  cursor: pointer;
}

.user-gallery {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: 1px solid #333;
  padding-top: 12px;
  padding-bottom: 12px;
}

.back-to-galleries {
  color: #ccc;
  cursor: pointer;
  font-size: 16px;
}

.gallery-name {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.back-to-galleries:hover {
  color: #fff;
}

.gallery-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  margin: -20px;
  padding: 16px;
  margin-bottom: 20px;
  background-color: #0a0a0a;
}
