body {
  height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
  text-align: center;
  margin-bottom: 10vh;
}

.text-container {
  position: relative;
  text-align: center;
  width: 350px;
  height: 350px;
  margin: auto;
}

#textInput {
  resize: none;
  text-indent: 3px;
  padding-right: 40px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border-width: 3px;
  padding: 10px;
  font-size: 20px;
  border-color: hsl(0, 0%, 20%);
  outline: none;
}

#textCount {
  position: absolute;
  transform: translate(230%, -200%);
  font-weight: bold;
  font-size: small;
  min-width: 60px;
}
