/* Show it is fixed to the top */
body {
    min-height: 75rem;
    padding-top: 3.5rem;
}

.hover-zoom {
    transition: transform 0.2s ease;
}

.hover-zoom:hover {
    transform: scale(1.05);
}

.navbar-title {
    max-width: calc(100vw - 10em);
    display: inline-block !important;
}
