body {
    background-color: #f4f6f8;
    color: #2c2c2c;
    font-family: Arial, Helvetica, sans-serif;
    margin: 30px;
}

h1 {
    color: #1a237e;
    padding-bottom: 10px;
}

h2 {
    color: #283593;
    margin-top: 25px;
}

p {
    padding: 10px 0;
    line-height: 1.6;
}

ul, ol {
    margin-left: 40px;
}

img {
    width: 100%;
    max-width: 700px;
    margin-top: 15px;
    border-radius: 8px;
}

a {
    color: #0d47a1;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}


