.container img:hover{
  cursor: pointer;
}

#closeDisplay {
  max-height: 20px;
  align-self: flex-end;
}

#closeDisplay:hover {
  cursor: pointer;
}

.displayedImage {
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

#imgToDisplay {
  max-height: 600px;
}
