body {
    padding-left: 1em;
    padding-right: 1em;
    font-family: system-ui;
    font-size: 1.125rem;
}
h1, h2, h3 {
    text-align: center;
}
p {
    margin-bottom: 0.25cm;
    direction: ltr;
    line-height: 115%;
    text-align: justify;
    orphans: 2;
    widows: 2;
    background: transparent;
}

li {
    text-align: justify;
}

a:link {
    color: #0000ff;
    text-decoration: underline
}

.container {
    max-width: 70ch;
    margin-inline: auto;
}

.resaltado {
    font-weight: bold;
}

.screen_capture {
    display: block;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}
