body {
    font-family: inter;
}

.navbar {
    padding: 12px 12px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    z-index: 1;
}

/* Title rumah sakit */
#title .row .col-md-12 .container .title {
    color: maroon;
    font-weight: 900;
    font-size: 25px;
}

#title .row .col-md-12 .container .motto{
    color: maroon;
    font-style: italic;
}

#listable .row .col-md-12 .container {
    color: maroon;
    text-decoration: underline;
    margin-top: 120px;
}

#listable .row .col-md-12 .container button{
    margin-top: 50px;
}

#listable .row .col-md-12 .container .table{
    margin-top: 70px;
}

#listable .row .col-md-12 .container .table-responsive {
    display: flex;
    justify-content: center;
}

#listable .row .col-md-12 .container .table thead{
    background-color: maroon;
    color: white;
}

/* Footer */
.footer {
    background-color: maroon;
    height: 80px;
    bottom: 0px;
    width:100%;
}

.footer .container .row .col-md-12 {
    text-align: center;

}

.footer .container .row .col-md-12 small span {
    font-weight: 900;
}
