segue link do github:https://github.com/zC4DUz/alurabooks/tree/main/styles
SOLUÇÃO:O header.css estava escrito:
.cabeçalho-menu-hamburger{ width: 24px; height: 24px; background-image: url("../img/Menu.svg"); background-repeat: no-repeat; background-position: center; display: inline-block; }
O correto seria:
.cabeçalho__menu-hamburger{ width: 24px; height: 24px; background-image: url("../img/Menu.svg"); background-repeat: no-repeat; background-position: center; display: inline-block; }