body{
    height: 100vh;
    background: #d8e8e8;
}

.navbar.navbar-expand.navbar-white.navbar-light{
    background: #667686;
    color: white;
    text-align: center;
}

.nav-link b{
    color: white;
}

.mt-04{
    margin-top: 2rem;
}
.status p {
    margin-bottom: 8px !important;
}
.status span {
    font-weight: bold;
    /* color: rgb(46, 44, 44); */
    margin: 5px 0px;
    font-size: 13px;
    /* padding-left: 16px; */
}

