label {
    margin: 25px 0;
    color: blue;
}
input:checked + label {
    color: red;
}
span {
    font-size: 25px;
    font-weight: 600;
    background-color: #ffff008e;
}