@charset "UTF-8";
*::selection {
  background-image: url("repeating.png");
  background-color: transparent;
}

body {
  background-image: url("repeating.png");
  margin-bottom: 50px;
}

#colophon {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "EB Garamond", serif;
  text-decoration: none;
}

@font-face {
  font-family: "Space";
  src: url("space.woff") format("woff2");
}
.eatsweet {
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  font-family: "EB Garamond", serif;
}
.eatsweet .intro {
  padding: 2em;
  font-size: 18pt;
  text-align: center;
  letter-spacing: 0.5px;
}
.eatsweet .intro .next-text {
  cursor: pointer;
  color: #0800ff;
}
.eatsweet .intro .next-text:hover {
  color: #13c0f0;
}
.eatsweet .tools-sharing {
  padding: 2em;
  font-size: 18pt;
  text-align: center;
}
.eatsweet .pages {
  display: block;
  width: 100%;
  text-align: center;
}
.eatsweet .space {
  display: inline-block;
  padding: 0 4px;
}
.eatsweet .space:before {
  content: "";
  font-family: "Space";
  font-size: 6px;
}
.eatsweet .tools-input,
.eatsweet .tools-output {
  display: inline-block;
  position: relative;
}
.eatsweet .input,
.eatsweet .output {
  width: 440px;
  height: 620px;
  float: left;
  display: block;
  margin: 0;
  padding: 2em 2.3em;
  color: #444;
  line-height: 1.5em;
  font-size: 1.2em;
  letter-spacing: 0.4px;
  text-align: left;
  background-image: url("paper.jpg");
  background-size: 440px 620px;
  background-color: #eee;
}
.eatsweet .input .word:focus,
.eatsweet .input .word:active,
.eatsweet .output .word:focus,
.eatsweet .output .word:active {
  outline: none;
}
.eatsweet .input {
  margin-right: 10px;
  text-align: justify;
  text-justify: inter-word;
  cursor: url("worm.svg"), auto;
}
.eatsweet .input .word {
  transition: color 0.3s, opacity 0.3s;
  display: inline-block;
  position: relative;
}
.eatsweet .input .word:focus,
.eatsweet .input .word:active {
  outline: none;
  color: #f0c013;
}
.eatsweet .input .word:not(.active):hover {
  color: #f0c013;
}
.eatsweet .output {
  cursor: default;
}
.eatsweet .add-space {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  left: 0;
  color: #444;
}
.eatsweet .add-space .space {
  cursor: url("worm.svg"), auto;
}
.eatsweet .add-space .space:focus,
.eatsweet .add-space .space:active {
  outline: none;
}
.eatsweet .add-space .space:hover {
  color: #0800ff;
}
.eatsweet .space {
  transition: opacity 0.3s, color 0.3s;
}
.eatsweet .bite {
  color: rgba(255, 255, 255, 0);
  opacity: 0;
}
.eatsweet .overflow::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: background 0.3s;
  -webkit-background: radial-gradient(
    at bottom,
    #ffcc8d,
    rgba(255, 0, 0, 0) 66%
  );
  background: radial-gradient(at bottom, #ffcc8d, rgba(255, 0, 0, 0) 66%);
  background-position: 0 30px;
  background-repeat: no-repeat;
  animation: its-all-over 0.2s alternate 2;
}
@keyframes its-all-over {
  to {
    background-position: 0 0;
  }
}
.eatsweet .download-instructions {
  font-family: inherit;
}
.eatsweet .download-instructions .download {
  cursor: pointer;
  color: #0800ff;
}
.eatsweet .download-instructions .download:hover {
  color: #13c0f0;
}
.eatsweet footer {
  padding: 20px;
  font-style: italic;
  font-size: 16pt;
  text-align: center;
}

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