:root{
    
    --thm-body-bgcolor:#fff;

    --thm-credito-color: #c2c2c2;
    --thm-credito-a: #c2c2c2;
    --thm-credito-bgcolor: #f7f7f7;
}


body{
    background-color: var(--thm-body-bgcolor);
}

.creditos{
    background-color: var(--thm-credito-bgcolor);
    color: var(--thm-credito-color);
    padding: 10px;
}

.creditos a{
    color: var(--thm-credito-a);
}