

.ub-manual p {
    margin-bottom: 0.5rem;
}

.ub-manual details p {
    margin-bottom: 0.5rem;
    margin-left: 2rem;
}

.ub-manual details img {
    /* Top and bottom margins, horizontally centered and with shadow */
    margin: 0.5rem auto 2rem auto;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    display: block;
}