table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  background-color: #333;
  border-radius: 8px;
  overflow: hidden;
  font-size: 15px;
}

th,
td {
  padding: 8px;
  text-align: center;
}

th {
  /* background-color: #00b8d4; */
  color: #181818;
  font-weight: bold;
}

tr {
  background-color: #444;
  color: #fff;
}

tr:not(:last-child) {
  border-bottom: 1px solid #555;
}

tr:hover {
  background-color: #555;
  cursor: pointer;
}
