body {
  background-color: #d5f4ff;
}

.card-header {
  background-color: #5b7a98;
  font-weight: bold;
  padding: 4px 8px;
  font-size: 12px;
}

.card-body {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

#editor {
  min-height: 150px;
  width: 100%;
  height: 100%;
  padding: 3px;
  font-size: 12px;
  outline: none;
}

#previewer {
  min-height: 100px;
  font-size: 12px;
}

.fullscreen {
  position: fixed;
  top: 16px;
  height: calc(100vh - 25px);
  z-index: 9999;
  overflow: auto;
}

.hide {
  display: none;
}

.fa-maximize:hover {
  color: #7f98b5;
}/*# sourceMappingURL=styles.css.map */