.options .item.play .image span::after {
    content: "JOGAR";
}

.options .item.completed .image span::after {
    content: "COMPLETO";
}
