@media (width < 1150px) {
  .container[type=status] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (width < 850px) {
  h3 {
    text-align: center;
  }
  img.cover {
    width: 100%;
    margin-top: 20px;
  }
  .links-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .link {
    width: 100%;
    padding: 20px 0;
  }
  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (width < 550px) {
  table {
    font-size: 0.7em;
  }
  td {
    padding: 2px;
  }
}
