.myError {
  color: tomato;
  font-style: normal;
}

.headline-bg-potty {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  background: #253340 url("../images/background/bg-header-small-1.jpg") no-repeat 50% top;
  background-size: cover
}

.headline-bg-potty.landing-headline-bg {
  background-image: url("../images/background/bg-screen-1.jpg")
}

.headline-bg-potty.subscriptions-headline-bg {
  background-image: url("../images/background/bg-screen-3.jpg")
}

.headline-bg-potty.payment-methods-headline-bg {
  background-image: url("../images/background/bg-screen-2.jpg")
}

h1.pot-border {
  border: orange;
  border-width: 2px;
  border-style: solid;
  padding: 30px 0 30px 0;
  border-radius: 10px;
}

h1.pot-amount {
  color: gray;
}

@media only screen and (max-width: 600px) {
  .story-section {
    padding-top: 30px;
    position: relative;
    z-index: 10
  }
}

.thumbnail {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: auto;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.red-card {
  width: 2em;
  background-color: red;
  display: block;
  margin: 0 auto;
}

.yellow-card {
  width: 2em;
  background-color: yellow;
  display: block;
  margin: 0 auto;
}

.member-name-title {
  color: rgb(255, 238, 0);
  font-size: 1.3em;
  font-weight: bold;
}

#confetti-canvas {
  top: 0;
  position: absolute;
  pointer-events: none;
}
