.select-bloc {
    padding: 2em;
    margin: 1em;
    background-color: aliceblue;
    border-radius: 1em;
}

.select-title {
    font-size: 1.4em;
}

.stars {
    color: rgb(233, 179, 9);
}

.before-translation {
    color: grey;
    text-decoration: line-through;
}

.after-translation {
    background-color: tomato;
}
