#empdata{
    width: 450px;
    background-color: beige;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 25px;
}
h3{
    text-align: center ;
}
.form-control,
.form-select {
    margin-bottom: 15px;
}

.btn {
    width: 100%;
}
/* table */

#empdatatable th{
background-color: rgb(233, 196, 34);
}
.delete-button{
    background-color: red;
}