.top-menu,.top-menu li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.top-menu li {
  padding: 0 20px;
}

h1 {
  line-height: 100%;
}

.layout-content h1 {
  font-size: 40px;
  font-weight: bold;
}

.ce-header {
  padding: 0.6em 0 3px;
  margin: 0;
  line-height: 1.25em;
  outline: none;
}
.layout-content h2, h2.ce-header {
  font-size: 25px;
  font-weight: bold;
}

.ce-paragraph {
  line-height: 1.6em;
  outline: none;
}

.cdx-block {
  padding: 0.4em 0;
}

.editorjs-edit-button, .editorjs-actions .editorjs-save-button, .editorjs-actions .editorjs-view-button {
  border: 1px solid #999;
  padding: 3px 5px;
  background-color: white;
  border-radius: 5px;
}

.post-item {
  margin-bottom: 20px;
}