#ttv-container {
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
}

#ttv-text {
    width: 100%;
    margin-bottom: 10px;
}

#ttv-voice {
    margin-bottom: 10px;
}

#ttv-submit {
background-color: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}


#ttv-output {
    margin-top: 20px;
}

#ttv-history {
    margin-top: 20px;
}
