.options .item.play .image span::after {
    content: "¡JUGAR!";
}

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