/* assets/css/style.css */
body {
    font-family: Arial, sans-serif;
    margin: 20px;
    line-height: 1.6;
    color: #333;
}
header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
h1 {
    margin: 0;
}
main {
    max-width: 1200px;
    margin: 0 auto;
}
footer {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 0.9em;
    color: #777;
}

pre {
    background-color: #f4f4f4;
    padding: 10px;
    margin: 15px 0;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.9em;
    line-height: 1.5;
    white-space: pre;
    overflow: auto;
    max-height: 400px;
}
