.post_image{
    min-width: 275px;
}

.modal-header{
    background: #103d17;
}

#modal-label{
    font-family: Marks_bold;
    font-size: 2em;
    color: white;
}

.modal-content .btn-close{
    background: #103d17;
    font-size: 3em;   
    color: red;
    font-weight: bold;
    width: auto;
    height: auto;
    opacity: 0.6;
    transition: all 0.5s;
}
.modal-content .btn-close:hover{
    color: red;
    transition: all 0.5s;
    opacity: unset;
}
.modal-content{
    border:  #abaeac 10px solid;
    border-radius: 0.5em;
}

.avatar{
   
    min-width: 150px;
}

.avatar_border{
border: 5px dotted red;
border-radius: 2em;
}

img{
    z-index: 0;
}

.box{
    min-width: 275px;
}
.fitcontent{
    width: min-content;
}