article {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #020202;
    padding: 20px;
    background-color: #80aa42;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

article p {
    margin-bottom: 16px;
}

article h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 12px;
    color: #222;
}

article ul {
    text-align: left;
    margin: 16px 0;
    padding-left: 20px;
}

article li {
    margin-bottom: 8px;
    list-style-type: disc;
    margin-left: 20px;
    position: relative;
    padding-right: 30px;
}

article li::after {
    content: '•';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f0f0f0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

article li strong {
    font-weight: bold;
}

article:nth-child(1) {
    background-color: #e0f2e9;
}

article:nth-child(2) {
    background-color: #b3e6cc;
}

article:nth-child(3) {
    background-color: #80d9ad;
}

article:nth-child(4) {
    background-color: #4dcc8e;
}

article:nth-child(5) {
    background-color: #26c378;
}

article:nth-child(6) {
    background-color: #00b965;
}




aside {
    margin-top: 2rem;
    text-align: center;
}

aside h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

aside p {
    margin-bottom: 1rem;
}

aside strong {
    font-weight: bold;
}

h2.text-2xl.font-bold.mb-4 {
    background-image: linear-gradient(to right, #00b965, #26c378);
    color: rgb(5, 5, 5);
    padding: .5rem;
    border-radius: .5rem;
}

table.mb-4 {
    border-collapse: collapse;
    width: 100%;
}

table.mb-4 td, table.mb-4 th {
    border: 1px solid #ddd;
    padding: 8px;
}

table.mb-4 tr:nth-child(even) {
    background-color: #104e03;
}

table.mb-4 tr:hover {
    background-color: #00661a;
}

table.mb-4 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4dcc8e;
    color: rgb(0, 0, 0);
}



table.mt-4 {
    border-collapse: collapse;
    width: 100%;
}

table.mt-4 td, table.mt-4 th {
    border: 1px solid #830283;
    padding: 8px;
}

table.mt-4 tr:nth-child(even) {
    background-color: #104e03;
}

table.mt-4 tr:hover {
    background-color: #00661a;
}

table.mt-4 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4dcc8e;
    color: rgb(0, 0, 0);
}



module.mt-8 {
    margin-top: 2rem;
}

module.mt-8 h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

module.mt-8 p {
    margin-bottom: 1rem;
}

module.mt-8 h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
