input[type="file"] {
    margin-top: 10px;
}

button {
    background: #22c55e;
    border: none;
    padding: 10px 20px;
    color: white;
    cursor: pointer;
    border-radius: 6px;
}

button:hover {
    background: #16a34a;
}
