.LP-Menu{ &__List { list-style-type: none; display: inline-flex; justify-content: space-around; } &__Item { padding: 10px 15px; margin: 0 15px; width: 100px; text-align: center; background-color: transparent; } .LP-Link__Text { color: $-grey; font-weight: bold; text-shadow: 0px 0px 20px white; &:hover{ color: $-wine-red; } } }