html,
body {
  padding: 0;
  margin: 0;
  font-family: Segoe UI, Lucida Grande, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif, Ubuntu, Oxygen, Roboto,  -apple-system, BlinkMacSystemFont;
  overflow-x: hidden;
  color:white;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

textarea {
  border:none;
  background:transparent;
  resize:none;
  outline:none;
  overflow:hidden;
  font:inherit;
  line-height:inherit;
  text-transform:inherit;
  text-align:center;
  letter-spacing:inherit;

  width:100%;
  padding:0;
  margin:0;
}

textarea:focus {}

.centerflex{
  display:flex;
  align-items:center;
  justify-content:center;
}

.hoverFinger:hover{
  cursor:pointer;
}

.hoverText:hover{
  cursor:text;
}

.hoverDrag{
  cursor:move;
}
