body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
}

.container {
    text-align: center;
}

.file-input {
    margin-bottom: 20px;
}

#dropZone {
    width: 200px;
    height: 100px;
    border: 2px dashed #aaa;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#advanceButton {
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
}

#newLanguageButton {
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
}

#dropZoneGallery {
    width: 200px;
    height: 100px;
    border: 2px dashed #aaa;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#advanceButtonGallery {
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
}

#newLanguageButtonGallery {
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
}

