<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#programador {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background-color: white;
    /* background-color: wheat; */
}

#programador .contenedor_creditos {
    width: 90%;
    height: 50%;
    text-align: center;
    font-size: 12px;

    /* background-color: thistle; */
}</pre></body></html>