body {
    font-family: monospace;
    background-color: #111;
    color: #0f0;
    padding: 20px;
    line-height: 1.6;
}

h1 {
    color: #0ff;
    font-size: 28px;
    border-bottom: 2px solid #0ff;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

h2 {
    color: #0f0;
    font-size: 20px;
    margin-bottom: 10px;
}

.block {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px dashed #0f0;
    background-color: #000;
    border-radius: 10px;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #000;
    padding: 10px;
    border-radius: 8px;
    color: #0f0;
}

a {
    color: #0ff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
