body {
  padding: 0;
  margin: 0;
}

.background-top {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(237, 226, 241) 38%, rgb(220, 198, 228) 100%);
  height: 300px;
  width: 100%;
  top: 0;
  z-index: -1;
}

.background-bottom {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(237, 226, 241) 38%, rgb(220, 198, 228) 100%);
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.content {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px 0;
  display: inline-block;
  z-index: 9999;
}
.content span {
  display: inline-block;
  white-space: nowrap;
}
.content img {
  width: 100%;
  max-width: 800px;
  display: block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.content p {
  display: block;
  margin: 20px 0;
  padding: 0;
}/*# sourceMappingURL=index.css.map */