.game-card { cursor: pointer; transition: box-shadow 200ms ease-in-out; &:hover { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); } }