body {
    background: #f8f9fa;
    color: #212529;
}

.cms-content img {
    max-width: 100%;
    height: auto;
}

.cms-content table {
    width: 100%;
}

.nav-link {
    color: #212529;
}

.nav-link:hover,
.nav-link:focus {
    color: #0d6efd;
}
