
body {
    font-family: sans-serif;
    text-align: center;
    margin-top: 100px;
    background-color: #f4f4f9;    


.status-box {
    margin-top: 20px;
    padding: 20px;
    display: inline-block;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    border-left: 5px solid var(--db-color);
}

.db-status{
    color: var(--db-color);
    font-weight: bold;
    font-size:18px;
}    
}

