body {
    background-color: #f8f9fc;
}

.card {
    border: none;
    border-radius: 10px;
}

.table th {
    border-top: none;
}

.pagination .page-link {
    border-radius: 5px;
}

.btn {
    border-radius: 5px;
}

.alert {
    border-radius: 10px;
    border: none;
}