body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 600px;
}

h1 {
    color: #333;
}

.language-selection {
    margin: 20px 0;
}

.language-selection select {
    padding: 5px;
    font-size: 16px;
    margin: 0 10px;
}

#start-btn {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #2575fc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#start-btn:hover {
    background-color: #1a5bbf;
}

.text-boxes {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.transcript-box {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #333;
    margin-bottom: 10px;
}body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 600px;
}

h1 {
    color: #333;
}

.language-selection {
    margin: 20px 0;
}

.language-selection select {
    padding: 5px;
    font-size: 16px;
    margin: 0 10px;
}

#start-btn {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #2575fc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#start-btn:hover {
    background-color: #1a5bbf;
}

.text-boxes {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.transcript-box {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #333;
    margin-bottom: 10px;
}

#transcript {
    min-height: 100px;
    max-height: 200px;
    overflow-y: auto;
    color: #333;
    font-size: 16px;
    text-align: left;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}

#saved-conversations {
    margin-top: 20px;
    text-align: left;
}

.conversation-section {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.conversation-text {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

.copy-btn {
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #2575fc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.copy-btn:hover {
    background-color: #1a5bbf;
}

#transcript {
    min-height: 100px;
    max-height: 200px;
    overflow-y: auto;
    color: #333;
    font-size: 16px;
    text-align: left;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}