.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 90vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.editor-visual-editor__post-title-wrapper h1 {
    font-size: var(--wp--preset--font-size--n-0-38-fl);
}

.editor-visual-editor__post-title-wrapper {
    margin-top: 1em ;
}
/*
edit-post-visual-editor__post-title-wrapper has-global-padding
*/

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative;
    flex: 1 1 0;
}

