.entry-hero{

    padding:80px 60px;

    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.92)),
    url('/static/images/forest.jpg')
    center/cover no-repeat;

    border-bottom:1px solid rgba(124,255,124,0.12);

}

.entry-article{

    max-width:950px;

    margin:auto;

    padding:70px 30px 120px;

}

.entry-article p{

    font-family:'Merriweather', serif;

    font-size:22px;

    line-height:2.1;

    margin-bottom:40px;

}

.quote{

    margin:70px 0;

    padding:30px;

    border-left:3px solid #7CFF7C;

    background:#0a1015;

    line-height:2;

}

.navigation{

    margin-top:70px;

    display:flex;

    justify-content:space-between;

    flex-wrap:wrap;

    gap:20px;

}