#mainMenu {
    padding: 0;
    border-bottom: 1px solid #4f4f4f !important;
}

.dark #mainMenu nav>ul>li>a,
#mainMenu.dark nav>ul>li>a {
    color: #4d4949;
}

.text-right {
    text-align: right !important;
}

.dark .header-extras .p-dropdown a>span,
.dark .header-extras a>i {
    color: #222020;
}

#images-pub {
    padding: 0px 0;
}

.center-cropped {
    object-fit: none;
    /* Do not scale the image */
    object-position: center;
    /* Center the image within the element */
    height: 500px;
    width: 100%;
}