body{
    background-color: #b5b5b5;
}
@-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: #000000;
    box-shadow: 0 0 20px 11px #0064ff;
    position: relative;
}

.content{
    background-image: black;
}

.list-web {
    box-shadow: 0 0 5px #0257db;
    background-color: rgb(0 0 0 / 50%);
}

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

.btn.submit {
    background: linear-gradient(to bottom, #007fff, #192c45);
    font-weight: bold;
}

.line-vetical {
    position: absolute;
    height: 98%;
    width: 1px;
    background-color: rgb(2 87 219);
    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;
  }
}
.bg-light {
    background-color: #0064ff!important;
}
.text-dark {
    color: #ffffff!important;
}