/* styles.css */
/* "Add to Home" button has been removed */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

