@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
*{
  text-decoration: none;
  list-style: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}

table thead tr {
  background-color:#5c34c2;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  }
  
  table th,
  table td {
  padding: 12px 15px;
  }
  
  table tbody tr {
  border-bottom: 1px solid #dddddd;
  }
  
  table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
  }
  
  table tbody tr:last-of-type {
  border-bottom: 2px solid #5c34c2;
  }


  .custom{
    overflow-x: auto;
  }

  