body {
    background-color: #d9ecff;
    font-family: 'Montserrat', sans-serif;
}

.hero-img {
    width: 100%;
    height: auto;
}

.nav-link.active {
    font-weight: bold;
    color: #fff !important;
}

footer {
    padding: 20px 0;
    text-align: center;
    background: #111;
    color: #ccc;
}
