body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

h2 {
    color: #2c3e50;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid #ccc;
}

th, td {
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f4f4f4;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

pre {
    background-color: #f9f9f9;
    padding: 10px;
    overflow-x: auto;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 0.5; /* 🔥 ZMNIEJSZONE odstępy między liniami */
    white-space: pre-wrap; /* 🔥 Dzięki temu łamie się tekst w wąskich ekranach */
}
