header {
    color: #FFFFFF;
    background-color: #363635;
    text-align: center;
    font-size: larger;
    border: 10px solid #595A4A;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 20px;
}

h1 {
    color: #FFFFFF;
    background-color: #363635;
    display: flex;
    justify-content: center;
    border: 10px solid #595A4A;
    border-radius: 10px;
}

h2 {
    color: #FFFFFF;
    background-color: #363635;
    display: flex;
    font-size: xx-large;
    justify-content: center;
    border: 10px solid #595A4A;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

h3 {
    color: #FFFFFF;
    background-color: #363635;
    display: flex;
    justify-content: center;
    border: 10px solid #595A4A;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

body {
    background-color: #F0FFF1;
    color: #11091F;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
}

th,
td:first-child {
    font-weight: bold;
    font-size: 0.80em;
}

th,
td:last-child {
    font-weight: lighter;
    font-size: 0.95em;
}

a:hover {
    background-color: #8fddff;
    color: #ffffff;
}

a:visited {
    background-color: #7807db;
    color: #1100ff;
}

a:active {
    background-color: #e1cfba;
    color: #ff0000;
}

table tr:nth-child(odd) {
    background-color: #FFFFFF;
}

table tr:nth-child(even) {
    background-color: #EBFFEC;
}

th,
td {
    padding: 1px 1px;
    text-align: left;
    border: 1px solid #595A4A;
}

.styleImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.styleParagraph1 {
    text-align: justify;
    padding-right: 3%;
    padding-left: 2%;
}

.styleParagraph2 {
    text-align: center;
    padding: 3%;
    padding-left: 2%;
    padding-right: 5%;
}

.styleList {
    margin: 10px;
}

.styleFigure {
    background-color: #C2F8CB;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.styleArticle {
    background-color: #B3E9C7;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.articleContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.articleContent {
    background-color: #C2F8CB;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

ul>li::marker {
    color: #363635;
    font-size: 1.15em;
    content: "★ "
}

ol>li::marker {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #363635;
}

ol>li:nth-of-type(even) {
    color: #3c5231;
}

.articleContainer>h2 {
    color: #FFFFFF;
    background-color: #363635;
    display: flex;
    font-size: xx-large;
    justify-content: center;
    border: 10px solid #595A4A;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

figure>img {
    width: 100%;
    border-radius: 10%;
    justify-self: center;
}

figure>figcaption {
    padding: 10px;
    text-align: center;
}