body {
  font-family: Helvetica, sans-serif, light;
  background: #ffffff;
  color: #000;
  font-size: 4.5rem;
  display: block;
  justify-content: left;
  align-items: top;
  height: 100vh;
  margin: 0px;
  text-transform: uppercase;
  line-height: 0.9em;
}

.content{
  font-family: Helvetica, sans-serif, light;
  display: flex;
  justify-content: left;
  align-items: top;
  padding-top: 0px;
}

h1{
  font-size: 1em;
}

.container{
 display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 30px;
}

textarea {
  font-family: Helvetica, sans-serif, light;
  width: 100vw;
  height: 100vh;
  border: 0px solid black;
  outline: none;
  resize: none;
  font-size: 100px;
  line-height: 0.8;
  padding: 20px;
  caret-color: black;
  background: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

textarea::placeholder {
  color: #999;
}

.plz{
  width: 200px;
  display: block;
  margin: auto;
  
}