body { background-color: black; font-family: monospace; }
.colorA { color: #39b5fb; }
.colorB { color: #a6a6a6; }

pre {
    white-space: pre;
    line-height: 1.15;
    margin: 0;
}
.tagline {
    margin: 10px 0 20px 0;
}

/* Tableau stylisé minimaliste */
table.services {
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 0.95em;
}
table.services th,
table.services td {
    padding: 6px 12px;
    text-align: left;
    border-bottom: 1px solid #39b5fb33;
}
table.services th {
    color: #39b5fb;
    font-weight: normal;
    border-bottom: 2px solid #39b5fb;
}
table.services tr:hover {
    background-color: #111;
}
table.services a {
    color: #39b5fb;
    text-decoration: none;
}
table.services a:hover {
    text-decoration: underline;
}