/**
 * Put published block styles here
 */
/**
 * Styles for both the block editor and the published view
 * This is included by editor.scss and style.scss
 */
.wp-block-block-kit-block {
  background: maroon;
  border: 0.2rem solid black;
  color: black;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem;
}

/*# sourceMappingURL=/style.97fcb138.css.map */