
}
h1 {
margin-top: 30px;
}
#input-text {
width: 80%;
height: 200px;
margin: 20px auto;
display: block;
resize: none;
}
#count-button {
margin-bottom: 20px;
padding: 10px 20px;
background-color: #007bff;
color: white;
border: none;
cursor: pointer;
}
#count-button:hover {
background-color: #0056b3;
}
#word-count {
margin: 0 auto;
width: 80%;
text-align: left;
...