.tool-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}
.file-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.file-label {
    font-size: 14px;
    margin-bottom: 10px;
}
.file-button {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.translate-button {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}
.download-button {
    background-color: #28a745;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}
.clear-button {
    margin-top: -3px;
}