.body #sagas {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    margin: 20px 0 0;
}
#sagas li h2 {
    font-size: 30px;
    color: inherit;
    margin: 10px 0 0;
}
#sagas li .linea-subrayado {
    width: 100%;
    height: 1px;
    background-color: grey;
    margin: 10px 0 20px;
}