/* Small bespoke touches on top of Bootstrap. */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.card-title a {
    color: inherit;
}

.card-title a:hover {
    color: var(--bs-primary);
}

.opacity-75 .card-title {
    color: #555;
}
