.status {
    padding: 100px 150px;
    margin: 50px 0;
    margin-top: 150px;
    padding-top: 0;
  }
  @media (max-width: 1600px) {
    .status {
      padding: 100px 80px;
    }
  }
  .status h1 {
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 2.5em;
    border: 3px #ff5f00 solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 0;
    margin: 0 auto;
    background-color: #111216;
  }
  .status h1:not(:first-child) {
    margin-top: 30px;
  }
  .status .spacer {
    width: 100%;
    height: 4px;
    background-color: #ff5f00;
    margin-top: 2px;
    margin-bottom: 15px;
  }
  .status div {
    padding: 20px 25px;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #111216;
    border-bottom: 2px #202124 solid;
  }
  .status div:nth-last-child(1) {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .status div span {
    font-size: 16px;
    color: #3bff9e;
  }
  .status div span i {
    margin-right: 8px;
  }
  .status div span i {
    color: #3bff9e;
  }
  .status div.yellow span {
    color: yellow;
  }
  .status div.yellow span i {
    color: yellow;
  }
  .status div.blue span {
    color: #418fde;
  }
  .status div.blue span i {
    color: #418fde;
  }
  .status div.red span {
    color: red;
  }
  .status div.red span i {
    color: red;
  }/*# sourceMappingURL=status.css.map */