.status-container{
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.status-table {
  width:800px;
  padding: 10px;
  background-color: rgb(59, 59, 59);
  color:gray;
}

caption {
  color: green;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 20px;
}

table, th, td{
  border: 1px solid transparent;
}

table{
  border-collapse: collapse;
}

th {
  background-color: rgb(37, 37, 37);
  color: white;
}

th, td {
  padding: 15px;
}

/* tr:nth-child(odd) {background-color: #f2f2f2;} */

tr:hover {
  background-color:lightgray;
  color: black;
}

a:link {
  color: chocolate;
}

a:visited {
  color: green;
}
