.file-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #4CAF50;
    color: white;
    cursor: pointer;
    border-radius: 6px;
    font-weight: bold;
}

.file-btn:hover {
    background: #43a047;
}