body {
    background-color: #f5f5dc; /* bege agradável */
    color: #000000;
    font-family: Arial, Helvetica, sans-serif; /* fonte mais legível */
    line-height: 1.6; /* leitura mais confortável */
    padding: 20px;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

h2 {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 15px;
}

p {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
}