body{
    background: #0a6122;
    
}

.logo{
    width: 17.5%;
    height: auto;
    border-radius: 8.75vw;
}

.modal{
    top: 200px !important;
}

.list_post{
    margin-bottom: 5px;
    border-radius: 4px;
    box-shadow: 2.5px 2.5px 2.5px #4d4b4b;
    background-color: rgba(255, 255, 255, 0.918);
}

.list_post > img {
    width: 100%;
    height: auto;
}

.list_post > h5{
    text-shadow: 0.5px 0.5px 0.5px #686363;
}

.list_post > p{
    margin-top: 12px;
    color: #444;
    text-align: justify;
}


.sp_category{
    font-size: 14px;
    color: #0e850e;
    font-family: system-ui, sans-serif;
    font-weight: bold;
    margin-right: 20px;
}

.sp_date{
    font-size: 13px;
    color: #777;
    font-family: system-ui, sans-serif;
    margin-right: 20px;
}
.sp_likes{
    font-size: 13px;
    color: #777;
    font-family: system-ui, sans-serif;
}

#register-form textarea, #updateModal textarea{
    height: 150px;
}

#registerModal, #updateModal{
    top: 50px !important;
}

.ctrl_options_posts{
    display: inline;
    position: absolute;
    right: 0;
    margin-right: 16px;
}
.ctrl_options_posts > i {
    margin-left: 8px;
}




