body{
    background:#f4f6f9;
    font-family:Arial;
}

.card{
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.btn-primary{
    background:#0d6efd;
}

.sidebar{
    background:#003049;
    color:white;
}