html {
  text-align: center !important;
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace" !important;
}
h1 {
  padding: 4px 6px;
  background: #111;
  color: #fff;
}
.wp-block-group {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.entry-content, .has-global-padding {
  margin: 0 !important;
  padding: 0 !important;
}
.entry-content > p {
  font-size: 16px !important;
}
a.start_links {
  color: #1e2a0d;
  padding: 5px 8px;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-decoration: none;
  border: 1px solid #333333;
  transition: background-color 1.2s;
}
a.start_links:hover {
  background-color: #e4f199;
}
.preview-wrapper {
  margin: 0 auto 50px auto;
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.preview-wrapper iframe {
  width: 1200px;
  height: 800px;
  transform: scale(0.25);
  transform-origin: top left;
  pointer-events: none;
  border: none;
}
.preview-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
div.user {
  margin: 0 auto;
  width: 100%;
  max-width: 330px;
  font-size: 15px;
  background-color: #111;
  color: #fff;
  padding: 2px 4px;
}