body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}
.container1 {
    max-width: 800px; /* Limits the width of the content area */
    margin: 20px auto; /* Centers the content horizontally */
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1, h2, h3 {
    color: #333;
}
h1 {
    font-size: 2em;
    margin-bottom: 20px;
}
h2 {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #0073e6;
    padding-bottom: 5px;
}
p, ul, ol {
    margin-bottom: 20px;
}
ul, ol {
    margin-left: 20px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
table, th, td {
    border: 1px solid #ddd;
    padding: 8px;
}
th {
    background-color: #f2f2f2;
    text-align: left;
}
a {
    color: #0073e6;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;

}
img {
    max-width: 25px;
    height: 25px;
    margin: 0;
}

.img2 {
    max-width: 70%;
    height: auto;
    margin: 0;
}
