body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 50px;
  }
  
  textarea {
    width: 400px;
    height: 200px;
    margin-bottom: 10px;
    font-size: large;
  }
  
  #word-count {
    font-weight: bold;
    font-size: xx-large;
    color: blue;
  }
  