/* Cabeçalhos */
h1, h2, h3 {
    color: #000000;
    margin-bottom: 20px;
}

h1 {
    text-align: center;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* Parágrafos e seções de texto */
p {
    margin-bottom: 15px;
    font-family: monospace;
}

main {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

article {
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}

article h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #000;
}

article p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

ul {
    padding-left: 20px;
}

ul li {
    font-size: 1.1em;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

.linkar {
    color: #000;
    text-decoration: underline;
}

.linkar:hover {
    color: #000;
}