/* Generated by https://scss.premo.biz/scss2css.php 
Uses scssphp-1.6.0 - https://scssphp.github.io/scssphp/ */

@import url('https://includes.premo.biz/meyerweb_reset.css');
@import url('https://fonts.googleapis.com/css?family=Oswald:700&display=swap');
body {
  font-family: Verdana;
  width: 100vw;
  min-height: 100vh;
  padding-top: 10px;
  box-sizing: border-box;
  background: black;
  background: linear-gradient(180deg, black 0%, #33c7f8 20%, #8e3df0 40%, #ef3535 60%, #ff9f24 80%, black 100%);
}
body:after {
  content: "";
  display: table;
  /* NOTE: Display "block" does not seem to work with height: 0px. */
  height: 0px;
}
body a {
  color: #FFFFFF;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body .ui {
  box-sizing: border-box;
  padding: 10px;
  width: 100vw;
}
body .preview, body .view {
  /* width: 50%; */
  padding: 12px;
  width: 502px;
  background-color: white;
  position: fixed;
}
body .preview .text_line, body .view .text_line {
  font-size: 33px;
  /* line-height: 2; */
  padding-bottom: 24px;
  font-family: Arial;
}
body .preview .text_line.reduce-padding, body .view .text_line.reduce-padding {
  padding-bottom: 0px;
}
body .preview .text_line:last-child, body .view .text_line:last-child {
  padding-bottom: 12px;
}
body .preview .image, body .view .image {
  width: 500px;
  height: 373px;
  position: relative;
}
body .preview .image img, body .view .image img {
  border: 1px solid #000000;
}
body .preview .image .image_text, body .view .image .image_text {
  color: #FFFFFF;
  font-family: Oswald;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 48px;
  position: absolute;
  bottom: 10px;
  left: 15px;
}
body .view {
  margin: 0 auto 10px;
  position: relative;
}
body .work_area {
  margin-left: 526px;
  width: calc(100% - 526px);
  box-sizing: border-box;
  min-height: 500px;
  padding: 0 13px;
  color: #FFFFFF;
  text-shadow: 2px 2px 0 #000000;
}
body .work_area .title {
  width: 100%;
  height: 75px;
  /* background-color: pink; */
  text-align: center;
}
body .work_area .form .multi_line_container .line_plus_button {
  margin-bottom: 10px;
}
body .work_area .form .above_image_text {
  width: 300px;
}
body footer {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  line-height: normal;
}
body footer .copyright {
  opacity: 0.35;
}
@media (max-width: 900px) {
  body footer {
    font-size: 24px;
  }
}
