
    body {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        margin: 20px;
        font-size: 20px;
    }
    h1, h2 {
        color: #222;
    }
    h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    p {
        margin-bottom: 15px;
    }
    ol {
        margin-left: 20px;
        margin-bottom: 15px;
        padding-left: 18px;
    }
    li {
        margin-bottom: 12px;
    }
    a {
        color: #1a73e8;
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
    img {
        max-width: 100%;
        margin: 10px 0;
    }
