body{
    background-color: #0B0B0B;
}
@-ms-viewport{
  width: device-width;
}

.notif{
    position:absolute;
    top:10px;
    right:10px;
}

.post-date{
    background:#f4f4f4;
    padding:4px;
    margin:3px 0;
    display:block;
}

.post-thumb{
    width:100%;
    height: auto;
}

.post-body{
    text-align: justify;
}

.pagination-links{
    margin:30px 0;
}

.pagination-links strong{
    padding: 8px 13px;
    margin:5px;
    background: #f4f4f4;
    border: 1px #ccc solid;
}

a.pagination-link{
    padding: 8px 13px;
    margin:5px;
    background: #f4f4f4;
    border: 1px #ccc solid;
}

.cat-delete{
    display:inline;
}

.container{
    background-color: #151515;
    box-shadow: 0 0 10px yellowgreen;
    position:relative;
}

.content{
    background-image: black;
}

.list-web{
    box-shadow: 0 0 5px white;
    background-color: rgba(0,0,0,0.5);
}

.btn.visit{
    background:linear-gradient(to right, #BF953F, #FCF6BA, #FBF5B7, #AA771C);
    color:black;
    font-weight: bold;
}

.btn.submit{
    background:linear-gradient(to right, #BF953F, #FCF6BA, #FBF5B7, #AA771C);
    font-weight: bold;
}

.line-vetical{
    position:absolute;
    height : 98%;
    width: 2px;
    background-color: rgba(7, 245, 114, 0.747);
    top:1%;
    left :50%;
}


.imageHolder {
    width: 200px;
    height: 120px;
    /* background-color:#CCCCCC; */
    margin:10px;
    /* display:inline-block; */
    position:relative;
}
.imageHolder img {
    max-width: 100%;
    max-height:100%;
    margin: auto;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

@media screen and (max-width: 601px) {
  h3 {
    font-size: 7vw;
  }
}