body {
    min-height: 100vh;
}

.card {
    border-radius: 0.75rem;
}

.card:hover {
    transition: transform 0.2s ease-in-out,
                box-shadow 0.2s ease-in-out;

    transform: translateY(-2px);
}

.content-body {
    color: #212529;
    font-size: 1.05rem;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.content-body img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.content-body video,
.content-body iframe {
    max-width: 100%;
}

.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.content-body blockquote {
    border-left: 4px solid #0d6efd;
    margin: 1.5rem 0;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
}


.site-footer {
    margin-top: auto;
}

.site-footer {
    min-height: 220px;
}

.footer-link {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.footer-link:hover,
.footer-link:focus {
    color: #ffffff;
    text-decoration: underline;
}
