
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: Fondamento; */
    line-height: 1.6;
    background-color: #f7f3e9;
    color: #333333;
}

.Main {
    width: 75%;
    margin: 0 auto;
    background-color: #f4f2ef;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* margin-top: 30px; */
}

header {
    text-align: center;
    /* margin-bottom: 20px; */
}

header h1 {
    font-size: 2em;
    margin-bottom: 5px;
}

.last-updated {
    font-size: 0.9em;
    color: #333333;
}

h2 {
    font-size: 1.5em;
    margin-top: 20px;
    color: #333333;
}

h3 {
    font-size: 1.3em;
    margin-top: 15px;
}

ul {
    list-style-type: none;
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
}

ul li a {
    color: #333333;
    text-decoration: none;
}

ul li a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 15px;
    font-family: Poppins;
}

section {
    font-size: 1.1em;
}

section a {
    color: #333333;
    text-decoration: none;
}

section a:hover {
    text-decoration: underline;
}
