body {
  background-color: #202020;
  color: white;
  font-family: "Courier New", Courier, monospace;
}

.header {
  padding: 10px;
  background-color: #f0b823;
  color: black;
  font-size: 4rem;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table {
  margin-top: 10px;
}

.header img {
  height: 120px;
}

.estado {
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 5px;
  color: white;
}

.fixed-status {
    display: inline-block;      /* Mantiene el tamaño fijo */
    width: 180px;               /* Cambia este valor según necesites */
    text-align: center;         /* Centra el texto dentro */
    white-space: nowrap;        /* Evita que el texto se parta en varias líneas */
}

.btn {

  margin-bottom: 5px;
}