.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
input  {
    border: none;
    color: white;
  }
  button{
    border: none;
    background-color: rgba(0, 0,0,0);
    color: white;
  }