.stButton>button {
    width: 100%;
    border-radius: 5px;
    height: 3em;
    background-color: #4CAF50;
    color: white;
}

.stButton>button:hover {
    background-color: #45a049;
}

.uploadedFile {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.stMetric {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #dee2e6;
}
