.abc-text {
    padding: 6em 1em 1em 1em;
    text-align: left;
}

.abc-text h1 {
    font-size: 1.5em;
    padding-bottom: 0.5em;
}

.abc-text h2 {
    font-size: 1.2em;
}

.abc-text a:not([class]) {
    text-decoration: none;
}

.abc-text a:not([class]):hover {
    text-decoration: underline;
}
