/* 
 * Main column width
 * This changes it from the default 580px to 720px
 */
.wp-block {
    max-width: 900px;
    margin: 32px auto;
}

/* 
 * Width of "wide" blocks
 * This changes it from the default 1080px to 1280px
 */
.wp-block[data-align="wide"] {
    max-width: 1280px;
}

/* 
 * Width of "full" blocks
 */
.wp-block[data-align="full"] {
    max-width: 100%;
    margin: 0;
}