table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-family: 'Rubik', sans-serif;
  border-radius:5px;
}
th,
td {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: black;
}
th {
  text-align: left;
}
thead th {
  background-color: #ffbf0b;
  color: gr;
}
tbody tr:hover {
  background-color: #F3F1F5;
}
tbody td {
  position: relative;
}
