﻿.dashboard-card {
    transition: all .2s ease;
    cursor: pointer;
}

.dashboard-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.15);
}
.dashboard-card h2 {
    font-size: 42px;
    font-weight: 700;
}