#image-display-carousel {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#display-content-current-image {
  width: 300px;
  height: 300px;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

#display-content-empty-image {
  width: 300px;
  height: 300px;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
  border: 2px solid;

  display: flex;
  justify-content: center;
  align-items: center;
}

#image-form {
  display: flex;
  flex-direction: column;
}

#image-form input {
  margin-bottom: 1rem;
}

#image-form-title {
  border-bottom: 1px solid grey;
  font-size: large;
  font-weight: bold;
  margin-bottom: 1rem;
}
