body {
    background-color: #F2E2C4;
}

.navbar-light {
    background-color: #131826;
}

h1 {
    color: #222;
    margin-bottom: 10px;
}

a {
    color: #0077cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.post img {
    border-radius: 6px;
    max-width: 100%;
    height: auto;
}
h1 {
    color: #222;
    margin-bottom: 10px;
}

a {
    color: #0077cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.post img {
    border-radius: 6px;
    max-width: 100%;
    height: auto;
}

.nav-link {
    color: white !important;
}