body {
  font-family: Inter, Helvetica Neue, Arial, sans-serif !important;
}

.navbar.navbar-bg {
  color: black;
  box-shadow: 0 1px 9px #222;
  margin-bottom: 2rem;
}
.navbar.navbar-bg a.active {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.courses-nav h2 {
  margin-left: 30px !important;
}

/*
$padding: 20px;

.pastebin {

  width: 100%;

  border: 1px solid darkorange;
  display: flex;
  flex-direction: row;
  gap: 30px;

  .history {
    padding: $padding;
    width: 20%;
  }

  .current {
    border: 1px solid red;
    padding: $padding;
    justify-content: flex-start;
    align-items: stretch;

    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;

    input, textarea {
      display: block;
      width: 100%;
    }


  }


}

 */

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