body{
  font-family: "Poppins", sans-serif;
}
.table1 {
border: solid black;
border-width: 1px;
}
.tr1{
border: solid black;
border-width: 1px;
}
.td1{
border: solid black;
border-width: 1px;
}
.table1 {
font-family: "Poppins", sans-serif;
color: #232323;
font-weight: normal;
font-size: 14px;
border-collapse: collapse;
}
.table1, th, td {
border: 1px solid #A9A9A9;
padding: 2px 5px;
}
.table1{
  margin: auto;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}