html,body{
    background: #232736;
}

.navbar,.bg-dark,.card{
    background: #161823 !important;
}

small{
    font-size: 10px !important;
}

nav a,nav span{
    color: aliceblue !important;
}

article img{
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}