body {
  margin: 0;
  padding: 0;
  display: flex;
  place-items: center;
}

body,
html,
#root {
  width: 100%;
  height: 100%;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.textEllipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}