.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
body{
    background:white;
}
a {
    color: #ff0000;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
@-ms-viewport{
  width: device-width;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: black;
}
.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 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.container {
    background-color: #ffffff;
    box-shadow: 0 0 20px #ff0000;
    position: relative;
    width: 100%;

}
.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;
  }
}