

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

#lineData {
  display: none;
}

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