.all-we-got {
  font-family: Arial, sans-serif;
  font-size: calc(1em + 1vw + 1vh);
  line-height: 1.5;
}

.all-we-got * {
  box-sizing: border-box;
  font-family: inherit;
}

.all-we-got :focus {
  outline-color: MediumVioletRed;
  outline-style: dashed;
}

.be-easy-with-my-heart {
  margin: 0;
}

.guard-down {
  font: inherit;
}

.what-would-it-change {
  padding: 1rem 2rem;
}

.cant-you-see-me {
  font-size: 1.5rem;
}

.erase-your-scars {
  margin: 0;
  padding: 0;
}

.lessons-feel-new {
  margin: 0;
  padding: .5rem;
}

.love-is-easy {
  box-sizing: border-box;
  padding: 1rem;
}

.face-your-dark {
  box-sizing: border-box;
  display: inline-block;
}

.on-the-wall {
  max-width: 33em;
  margin: 0 auto;
  padding: 1rem;
}

/* https://unpkg.com/@s9a/tape@0.2.0/tape.css */
:root {
  --tape-white: #f5f5f5;
  --tape-black: #090909;
  --tape-pink: #fbbfff;
  --tape-yellow: #eee833;
  --tape-blue: #11dff1;
  --tape-green: #44f477;}
.tape-white { --tape-hex: var(--tape-white) }
.tape-blue { --tape-hex: var(--tape-blue) }
.tape-pink { --tape-hex: var(--tape-pink) }
.tape-green { --tape-hex: var(--tape-green) }
.tape-yellow { --tape-hex: var(--tape-yellow) }
.tape-clean:not(.tape-unclean),
.tape-clean :not(.tape-unclean) {
  background: transparent;
  color: inherit;}
.tape-flat:not(.tape-unflat),
.tape-flat :not(.tape-unflat) {
  border-color: transparent;}
.tape-blue,.tape-pink,.tape-green,.tape-yellow,.tape-white {
  background: var(--tape-hex) !important;
  color: var(--tape-black) !important;}
.tape-black {
  background: var(--tape-black) !important;
  color: var(--tape-hex, var(--tape-white)) !important;}
