*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #fff;
    color: black;
    font-family: system-ui;
}
.savetime{
    width: 80%;
    margin: auto;
}
.head{
    text-align: center;
    text-transform: uppercase;
    marker: 10px 0 ;
}

input{
width: 100%;
height: 30px;
outline: none;
border-color: black;
border-width: 1px;
margin: 4px 0;
border-radius: 4px;
padding: 4px;   
}
h2{
    background-color:CornflowerBlue ;
    color: #fff;
}
.details input{
    width: 30%;
}
.detailsnum input{
    width: 30%;
}
#total{
    background-color: cadetblue;
    padding: 5px 2 px;
    border-radius: 4px;

    padding: 7px 68px;
 
}

#total::before{
    content: 'total :';
   
}
button{
    width: 100%;
    height: 30px;
    background-color: CornflowerBlue;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transform: 0.5s;
}
button:hover{

    background-color: rgb(124, 165, 240);
    letter-spacing: 1px;
   
}
.searchblock{
    display: flex;
    justify-content: space-between;
}
.searchblock button{
    width: 45% ;
}

#deleteall{
  margin: 20px 0 ;  
}
table{
    width: 100%;
    text-align: center;
    margin: 10px;
    
}
table th {
    text-transform: uppercase;
    border-style: inset;
    border-color: black;
    border-width: 1px;
   
    background-color:CornflowerBlue ;
    color: #fff;
}
th , td {
    padding: 7px;
    border-color: black;
    border-style: inset;
    border-width: 1px;
    background-color:CornflowerBlue ;
}
