.dropdown-item:hover {
    color: white !important;
    background-color: #1b1b1c !important;
}

@media screen and (min-width: 992px) {
    .home-itm {
      margin-left: 4rem !important;
    }
    .logout-item {
      margin-left: 1.4rem !important;
    }        
}

@media screen and (min-width: 580px) {
    .create-text {
      display: none;
    }
}

.create-new {
    background: #202020eb;
    color: white;
    text-align: center;
}

.create-new .nav-link {
    color: #ffffffc9;
    padding: 9px;
}

.reply {
    color: #6a6aeb !important;
    font-weight: bolder !important;
    font-size: 13px !important;
}

.lnk-btn {
    border: none;
    background: bottom;
    text-decoration: none;
}

.post-card {
    box-shadow: 0.2px 0.2px 1.5px 0.3px;
}

.comment-card {
    box-shadow: 0px 0px 1px 0px;
    margin-top: 1.5px;
}