.dashboard-header {
    line-height: 1;
    border-bottom: 1px solid #0d072b;
    background-color: rgb(13, 7, 43);
    margin-bottom: 2em;
}

.dashboard-header-logo {
    font-family: Arial, Georgia, serif;
    font-size: 0.8rem;
}

.dashboard-header-logo:hover {
    text-decoration: none;
}

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

@media (min-width: 768px) {
    .dashboard-header-logo {
        font-size: 1.5rem;
    }
}