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

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    color: #1a73e8;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em;
}

code {
    background-color: #eaeaea;
    padding: 2px 4px;
    border-radius: 4px;
    font-family: 'Courier New', Courier, monospace;
    color: #d63384;
}

pre code {
    background-color: unset;
    color: #ecc000;
}

pre {
    background-color: #272c34;
    color: #abb2bf;
    padding: 10px;
    border-radius: 8px;
    overflow-x: auto;
    margin-bottom: 20px;
    font-family: 'Courier New', Courier, monospace;
}

ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

ul li {
    margin-bottom: 5px;
}

p {
    margin-bottom: 15px;
}

a {
    color: #1a73e8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body, pre, code {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
