.word-counter-wrapper{
max-width:700px;
margin:auto;
font-family:Arial;
}

textarea{
width:100%;
height:150px;
padding:10px;
margin-bottom:15px;
border:1px solid #ccc;
border-radius:6px;
}

.stats{
background:#f5f5f5;
padding:15px;
border-radius:6px;
}

.stats p{
margin:6px 0;
font-size:16px;
}