body {
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(320deg, #f6259b 0%, #ff3e2f 100%) rgb(255, 255, 255);
  background:    -moz-linear-gradient(320deg, #f6259b 0%, #ff3e2f 100%) rgb(255, 255, 255);
  background:      -o-linear-gradient(320deg, #f6259b 0%, #ff3e2f 100%) rgb(255, 255, 255);
  background:     -ms-linear-gradient(320deg, #f6259b 0%, #ff3e2f 100%) rgb(255, 255, 255);
  background:         linear-gradient(130deg, #f6259b 0%, #ff3e2f 100%) rgb(255, 255, 255);
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  color: rgb(255, 255, 255);
}

.image {
  display: block;
  width: 250px;
  height: auto;
  margin: 150px auto 0;
  overflow: hidden;
}

.text {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.text-2 p {
  margin-bottom: 1em;
}

.text-1 {
  margin-top: 30px;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

.text-2 {
  margin-top: 150px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgb(33, 33, 33);
  font-size: 14px;
  line-height: 16px;
}

.text a {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}