#gallery .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#gallery .title {
  font-size: 2.5rem;
  margin: 30px 0;
}

#gallery .instruction {
  font-size: 0.9rem;
  color: rgb(142, 140, 140);
}

.temp_gallery{
  margin-top: 30px;
  font-size: 1.5rem;
}
