img {
  display: inline-block;
  max-width: 100%;
  margin: 1rem 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px;
}

iframe[src*="youtube.com"]{
  border: 1px solid #ccc !important;
  border-radius: 4px;
}

.container {
  padding-top: 40px;
  padding-bottom: 10px;
}

.navigation-menu__inner {
  display: flex;
  align-items: center;
}

.menu-right {
  margin-left: auto; /* Push the entire group to the right */
  display: flex;
  gap: 15px; /* Space between right-aligned items */
}

.menu-right li {
  margin-left: 0; /* Remove individual spacing */
}


pre {
  /*tab-size: 4;*/
  background: #3c3836 !important;
  /*color: var(--foreground);*/
  /*padding: 90px 10px;*/
  /*font-size: 0.95rem !important;*/
  /*overflow: auto;*/
  /*border-radius: var(--radius);*/
  /*border: 1px solid color-mix(in srgb, var(--foreground) 10%, transparent);*/
}
