:host {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-height: 300px;
  min-width: 300px;
}
text{
  font-size: 11px;
}
#flt_line{
  width: 300px;
}

