@import './stylesheet.css';

div:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    border-color: var(--accent);
}