body {
  background-color: rgb(235,238,250);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size:  1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.editor-navbar {
  background-color: rgb(185,200,232);
  margin-bottom: 1em;
}

.nav-link {
  background-color: rgb(185,200,232);
}

.tab-content {
  background-color: rgb(255, 255, 255);
}
