body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #1e1e1e;
    color: #ffffff;
    padding: 20px;
}

header {
    margin-bottom: 20px;
}

textarea {
    width: 80%;
    height: 150px;
    margin-bottom: 10px;
    padding: 10px;
}

#char-count {
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}

.controls {
    margin: 10px 0;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

#status, #audio-output {
    margin-top: 15px;
}
