* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
}

table {
  text-align: left;
  line-height: 40px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #2167B0;
  width: 400px;
  margin: 20px auto;
  border-radius: .25rem;
}

thead tr:first-child {
  background: #2167B0;
  color: #fff;
  border: none;
}

th:first-child,
td:first-child {
  padding: 10px 15px 0 20px;
  color: #fff;
  font-weight: 600;
}
td:first-child {
  color: #2167B0;
  font-weight: 900;
}

th {
  font-weight: 500;
}

thead tr:last-child th {
  border-bottom: 3px solid #ddd;
}

tbody tr:hover {
  background-color: #f2f2f2;
  cursor: default;
}

tbody tr:last-child td {
  border: none;
}

tbody td {
  border-bottom: 1px solid #ddd;
}

td:last-child {
  text-align: right;
  padding-right: 20px;
}

.button {
  color: #aaa;
  cursor: pointer;
  vertical-align: middle;
  margin-top: -4px;
}

.edit:hover {
  color: #0a79df;
}

.delete:hover {
  color: #dc2a2a;
}
body {

    width: 100%;
    min-height: 100vh;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background-color: #323232;
    background-image: url(ingreso.png);
    overflow-x: hidden;
}