body{
    background-color: #fefae0;
}
h1{
    font-family: Arial, Helvetica, sans-serif;
    color: #283618;
}
table, th, td {
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    color: #283618;
    border-bottom: 1px solid #bc6b2528;
  }
table{
    width:100%;
}
th{
    background-color:#dda25ec9 ;
}
th,td{
    padding: 15px;
    text-align: left;
}
tr:hover{
    background-color: #bc6b2580;
}
.rounded-input{
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.6;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    width: 15%;
    min-width: 0;
    border-radius: 9px;
    transition: all 0.2s;
}
.button1{
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.6;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    width: 5%;
    min-width: 0;
    border-radius: 9px;
    transition: all 0.2s;
}
