.bg-primary {
  background-color: #007bff;
}

.text-primary {
  color: #007bff;
}

.border-primary {
  border-color: #007bff;
}

.bg-secondary {
  background-color: #6c757d;
}

.text-secondary {
  color: #6c757d;
}

.border-secondary {
  border-color: #6c757d;
}

.bg-success {
  background-color: #28a745;
}

.text-success {
  color: #28a745;
}

.border-success {
  border-color: #28a745;
}

.bg-danger {
  background-color: #dc3545;
}

.text-danger {
  color: #dc3545;
}

.border-danger {
  border-color: #dc3545;
}

.bg-warning {
  background-color: #ffc107;
}

.text-warning {
  color: #ffc107;
}

.border-warning {
  border-color: #ffc107;
}

.bg-info {
  background-color: #17a2b8;
}

.text-info {
  color: #17a2b8;
}

.border-info {
  border-color: #17a2b8;
}

.bg-light {
  background-color: #f8f9fa;
}

.text-light {
  color: #f8f9fa;
}

.border-light {
  border-color: #f8f9fa;
}

.bg-dark {
  background-color: #343a40;
}

.text-dark {
  color: #343a40;
}

.border-dark {
  border-color: #343a40;
}

.text-box {
  padding: 1em;
  margin: 5px;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 10px;
}

.container {
  max-width: 1170px;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1170px) {
  .container {
    width: 100%;
  }
}
.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}/*# sourceMappingURL=style.css.map */