.modals-image {
    height: 350px !important;
    margin-right: auto;
    margin-left: auto;
}
.badge-danger {
    background-color: #fabbbb;
    border: 1px solid #fd9494;
    padding: 1px 2px;
    border-radius: 3px;
    font-size: 0.7rem;
}
.badge-success {
    background-color: #bbface;
    border: 1px solid #94fda5;
    padding: 1px 2px;
    border-radius: 3px;
    font-size: 0.7rem;
}
