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

h1, h2, p { 
    font-family: Arial, sans-serif;
}


pre {
            background-color: #f4f4f4;
            border: 1px solid #ddd;
            padding: 15px;
            border-radius: 5px;
            position: relative;
            overflow: auto;
}

code {
            font-family: Consolas, "Courier New", monospace;
            white-space: pre-wrap;
            display: block;
            padding-left: 15px;
}

.copy-button {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: #007bff;
            color: white;
            border: none;
            padding: 5px 10px;
            cursor: pointer;
            border-radius: 5px;
            font-size: 14px;
}

table {
        width: 100%;
        border-collapse: collapse;
}

th, td {
        padding: 8px 12px;
        border: 1px solid #ccc;
        text-align: left;
}

th {
        background-color: #f4f4f4;
}