Olá, segue minha solução para o desafio do game over:
if (chute.toLowerCase() == "game over") {
document.body.innerHTML =
`<h2>Game Over</h2>
<button id="jogar-novamente" class="btn-jogar">Jogar novanente</button>
`
document.body.style.backgroundColor = "#455A64"
}