#custom-text {
  width: 100%;
  height: calc(100% - 13em);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#lineData {
  display: none;
}

.custom-line {
  margin: 0;
  padding: 0;
  position: absolute;
  cursor: pointer;
}

#plaque-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#plaque-image {
  height: 13em;
  width: 13em;
  border: 1px solid black;
}

#spinner {
  display: none;
  position: relative;
  width: 5em;
  top: calc(-50% - 2.5em);
  left: calc(50% - 2.5em);
}