body{
word-wrap: break-word;
}
.nav-links{
    display: flex;
    list-style: none;
}

.flex, .brand-img{
    display: flex;
}

header{
    border-bottom: 1px solid #9e9e9e;
}

footer a {
    color: #5f5f5f;
}

.text-center{
    text-align: center;
}

footer{
    border-top: 1px solid black;
}

footer p{
    color: #5f5f5f;
    font-weight: 600;
}

a:visited, a:hover{
    color: black;
}

.brand-img img{
    height: 100px;
}

.date{
    color: #585858;
    font-weight: 600;
}

.article img{
    width: 100%;
}


@media screen and (max-width:760px) {
    .nav-links{
        padding: 0px;
        flex-direction: row;
        justify-content: space-around;
    }

    .flex{
        align-items: center;
    }

}

@media screen and (min-width:760px){
    .navbar-flex{
        flex-direction: row;
        align-content: stretch;
        justify-content: center;
        align-items: center;
    }

    .blog-flex{
        justify-content: space-between;
        align-items: center;
    }

    .brand-img{
        display: block;
    }

    .container{
        width: 50%;
        margin: 0 auto;
    }

    .nav-links{
        flex-direction: row;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
}
