


#customise-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.text-customisable {
  width: 100%;
  display: flex;
  flex-direction: column;
}


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

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

#lineData {
  display: none;
}


@media only screen and (max-width: 1000px) {
  
  #customise-text {
    flex-direction: column;
  }

  .text-customisable {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

}
