
body{
    background-color: rgb(94, 92, 91);
}   
.header h1{
    color : #fff;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-size: 30px;
    margin-top: 35px;
    user-select: none;
    text-align: center;
}
input{
    border-radius: 1px;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    border: none;
    outline: none;
    margin: 8px;
} 
#total{
    font-size: 22px;
    border-radius: 15px;
    background-color: rgb(255, 24, 24);
    color: #fff;
    font-weight: bold;
    padding: 9px ;
    margin-top: 6px;
    text-align: center;
    margin-left: 9px;
    user-select: none;
}
#search{
    background-color: rgb(236, 245, 242);
}
#btn_all{
    width: 100%; 
    margin-left: 5px; 
    outline: none ; 
    border: none ;
    background-color: rgb(3, 221, 221);
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    cursor:unset;
}
table{
    margin-left: 8px;
}
.btn{
    width: 100%;
    color: #fff;
    font-weight: bold;
}
.btn:hover{
    background-color: rgb(0, 110, 255);
    color: #fff;
}
#btnd{
    background-color: rgb(236, 37, 37);
    font-weight: bold;
}
#btnd:hover{
    background-color: rgb(211, 3, 3);
}
i{
    cursor: pointer; 
    text-align: center;
}
i:hover{
    cursor: pointer;
    font-size: 20px;
}