body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

.holder {
    max-width: 80%;
    margin: 0px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header {
    text-align: center;
    margin-bottom: 20px;
}

h1 {
    color: #020202;
}

h2 {
    color: #030303;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
h6 {
    color: #747272;
}
section {
    margin-bottom: 20px;
}

p {
    color: #242323;
}

/* Style for unordered lists */
ul {
    list-style-type: disc; /* Use filled circle bullets */
    margin-left: 20px; /* Add left margin for indentation */
}

/* Style for ordered lists */
ol {
    list-style-type: decimal; /* Use numbers for ordered lists */
    margin-left: 20px; /* Add left margin for indentation */
}

/* Common style for list items */
li {
    margin-bottom: 5px; /* Add space between list items */
    line-height: 1.6; /* Increase line height for readability */
}
/* footer */
