a.box { &:hover { box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px $blue } } #homepage { .box { border-radius: 0; } } .centering { display: flex; justify-content: center; }