body {
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    padding: 20px;
}

.container {
    max-width: 500px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h1, h2 {
    text-align: center;
}

button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

button:hover {
    background-color: #0056b3;
}

#cameraPreview {
    width: 100%;
    border: 1px solid #ddd;
}

#scanPreviewContainer {
    margin-top: 20px;
    text-align: center;
}

#scanPreviewImage {
    max-width: 100%;
    max-height: 300px;
    display: block;
    margin: auto;
}

.download-options {
    display: flex;
    justify-content: space-between;
}

.download-options button {
    width: 48%;
}
