.table-container {
  text-align: center;
  border-top:  1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 30px;
}

.table-container h3 {
  font-size: 1.5em;
  text-align: center;
}

.table-content {
  text-align: center;
}

.important-text {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #1f1f1f;
  color: #f1f1f1;
  padding: 5px 20px;
}

.less-important-text {
  font-size: 1.2em;
}

img {
  max-width: 100%;
  /* width: 100%; */
  max-height: 200px;
}

.row {
  margin: auto;
  max-width: 90%;
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.row-vertical {
  flex-wrap: wrap;
}
