html, body {
    height: 100%;
    margin: 0;
    background-color: green;
    font-family: 'Noto Sans', sans-serif, Arial, sans-serif;
    color: white; /* Ensure text is visible against the green background */
}

#version {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px black; /* Black drop shadow */
}

#transcription, #translation {
    padding: 10px;
    margin: 10px;
    border: 1px solid white;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px black; /* Black drop shadow */
}