/* Site Styles */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.card {
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: translateY(-4px);
}

.display-4 {
    color: #333;
}

.lead {
    color: #666;
}

.btn-primary {
    background-color: #0d6efd;
    border: none;
    padding: 10px 30px;
}

.btn-primary:hover {
    background-color: #0b5ed7;
}
