/* Custom styles for the word counter */
#text-input {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    padding: 15px;
    border: 1px solid #2f0245;
    border-radius: 5px;
}

#word-count {
    font-size: 20px;
    font-weight: bold;
    color: #2f0245;
}

.counter {
    margin-top: 250px;
    margin-bottom: 250px;
}