* {
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 3rem 1rem 3rem 1rem;
}

.content {
    flex: 1;
    max-width: 818px;
}

.subtitle {
    font-size: 19px;
    margin-top: 30px;
}

.fecha {
    color: gray;
}

p {
    line-height: 1.8rem;
    font-size: 0.9rem;
    margin-top: 20px;
}

span {
    line-height: 1.8rem;
    font-size: 0.9rem;
}

.li {
    margin-top: 10px;
}
ol > li {
    margin-top: 5px;
}

.topic {
    font-size: 17px;
}

td, th {
    border: 1px solid black;
}
