.texto ul {
    li {
        margin-bottom: 0.5rem;
    }

    a:hover {
        text-decoration: underline;
    }
}