td {
  max-width: 40vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

table {
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-top: 5em;
}

table th, table td {
  padding: 15px;
}

table th {
  background-color: #333;
  color: #fff;
}

table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
