.main-container {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.ck-content {
	line-height: 1.6;
	word-break: break-word;
}

.editor-container_classic-editor .editor-container__editor {
	width: 100%;
}

.editor-container_include-block-toolbar {
	margin-left: 42px;
}

@media (max-width: 600px) {
  .editor-container_classic-editor .editor-container__editor {
    width: 100%;
  }
  .editor-container_include-block-toolbar {
    margin-left: 0;
  }
}

.ck-content p {
	color: black;
}

.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
	text-align: center;
	color: black;
}
