.game-over-ending {
    text-align: center;
}
button {
    border: 2px solid #000000;
    border-radius: 20px;
    width: 200px;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    background-color: darkblue;
    font-size: 20px;
}
.recorde {
    color: limegreen;
    font-size: 24px;
}
.pontuacao {
    color: forestgreen;
    font-size: 20px;
}