img {
  max-width: 100%;
  height: auto;
}

iframe {
  margin: 1.5rem 0;
}

.markdown table {
  @apply w-full border-collapse;
}
.markdown table th, .markdown table td {
  @apply border px-4 py-2;
}
.markdown table th {
  @apply bg-gray-100 text-left;
}
.markdown table tr:nth-child(even) {
  @apply bg-gray-50;
}

.btn {
  @apply inline-block px-6 py-2 rounded-lg font-medium transition;
}
.btn-primary {
  @apply bg-ged-blue text-white hover:bg-ged-light;
}
.btn-outline {
  @apply border border-ged-blue text-ged-blue hover:bg-ged-blue hover:text-white;
}

/*# sourceMappingURL=main.css.map */