body{
    background: #f4f7fb;
}

.card{
    border-radius: 15px;
}

.table{
    border-radius: 15px;
    overflow: hidden;
}

.btn{
    border-radius: 10px;
}

.modal-content{
    border-radius: 15px;
}