body{
    background-image:none;
    background:#FCFAF5;
}

.marginheadertojudul{
    height:20px;
}

.marginbottom{
    height:40px;
}

.container{
    max-width:760px;
    padding:24px;
    color:hsl(0, 0%, 7%);
}

.journal{
    border-top:1px solid rgba(0, 0, 0, 0.1);
    padding-top:40px;
    margin-bottom:40px;
}

.journal_desc b{color:#740D38;}

.journal_desc img{margin:0px 0px 20px 0px;width: 100%;opacity:1 !important;}

.journal_title{
    font-family: 'IBM Plex Mono', monospace;
    font-size:40px;
    line-height:47px;
    font-weight:500;
    letter-spacing:-1px;
}

.journal_pic{
    width:100px;
}

.linkurl{
    text-align: right;
    padding-top:77px;
}

.linkurl a{
    font-family: 'IBM Plex Mono', monospace;
    color:#121212;
    text-decoration: none;
}

.linkurl a:hover{color:#740D38;}

.boxheader{
    margin-bottom:40px;
}

.journal_desc{
    font-family: 'IBM Plex Mono', monospace;
    font-size:18px;
    line-height:28px;
    color:rgba(0, 0, 0, 0.8);
    margin-top:20px;
    letter-spacing:-0.3px;
}

.journal_date{
    font-family: 'IBM Plex Mono', monospace;
    font-size:14px;
    line-height:24px;
    opacity:0.5;
    margin-top:8px;
    letter-spacing:0px;
}

@media only screen and (max-width: 767px){

    .journal_title{
        font-size:30px;
        line-height:37px;
    }

    .journal_desc{
        font-size:16px;
        line-height:26px;
    }

}