.help-container {
    margin-top: 30px;
}
.help-sidebar {
    border-right: 1px solid #ddd;
    min-height: 100%;
}
.help-sidebar .nav-link {
    cursor: pointer;
}
.help-sidebar .nav-link.active {
    font-weight: bold;
    color: #007bff;   /* blu */
    border-left: 3px solid #007bff;
    background-color: #eef6ff;
}
h1 {
    font-size: 24pt!important;
}
h2 {
    font-size: 18pt!important;
    font-weight: bold;
}

.citazione {
    font-size: 10pt;
    text-decoration: wavy;
}