#backupButton {
display: none; cursor: pointer;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: opacity 0.3s ease, background-color 0.3s ease;
justify-content: center; align-items: center; display: flex; }
#backupButton svg {
width: 50%; height: 50%; fill: white; margin: 0 auto; display: block; }