/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-npblock {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

#frm {
  border: 5px solid #18a6d6;
  width: 87%;
  height: 80vh;
  display: flex;
  justify-content: center;
  resize: both;
  padding: 1px;
  margin-left: 4%;
}

@media screen and (max-width: 480px) {
  #frm {
    border: 5px solid #18a6d6;
    width: 90%;
    display: flex;
    justify-content: center;
    height: 80vh;
    resize: both;
    padding: 1px;
  }
}

/*# sourceMappingURL=style-index.css.map*/