html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
    background: #f7f8fb;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.hero {
    background: linear-gradient(135deg, #123b7a 0%, #1d6fd6 60%, #49a5ff 100%);
    color: #fff;
}

.card {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 1rem;
}

.card a {
    text-decoration: none;
}

.job-card:hover,
.stat-card:hover {
    transform: translateY(-2px);
    transition: transform .15s ease-in-out;
}

.white-space-preline {
    white-space: pre-line;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
