/* Logo */
img.mr-2 {
    width: 200px;
    filter: unset !important;
    margin-bottom: 0 !important;
}

/* Logo text */
span.text-clip {
    display: none;
}

img {
    filter: drop-shadow(2px 2px 0.1rem gray);
    margin-bottom: 40px;
}

html.dark img {
    filter: drop-shadow(0 0 0.25rem black);
}