.trumbowyg-box,
.trumbowyg-editor {
    max-width: 800px;
    margin-top: 50px;
}

.disabled-trumbowyg {
    border: none;

}

#save-notes {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 10;
}

#save-notes[isEditing='true'] {
    background-color: black;
    color: white;
}

#save-notes[isEditing='false'] {
    background-color: white;
    border: solid 2px black;
    color: black;
}

.save-notes-icon {
    font-size: 2rem;
}

#save-notes-icon-edit {
    display: none;
}

.codex-editor__redactor {
    padding-bottom: 0px !important;
}

.ce-block__content h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 2rem;
    font-family: Rubik;
}

.ce-paragraph {
    line-height: 1.7em;
    font-size: 1.05rem;
}