/*
 * SPDX-FileCopyrightText: Hadad <hadad@linuxmail.org>
 * SPDX-License-Identifier: Apache-2.0
 */

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    background-color: #f9f9f9;
}

h1, h2, h3 {
    color: #333;
}

code, pre {
    background-color: #eee;
    padding: 6px 10px;
    border-radius: 4px;
}

pre {
    overflow-x: auto;
}

.section {
    margin-bottom: 30px;
}