// Add your custom code
.hover-tile {
transition: background-color 0.3s ease;
}
.hover-tile:hover {
filter: brightness(1.15);
cursor: default;