* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
body,
html {
  height: 100%;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
}

.stage {
  background-image: url(https://secure.static.tumblr.com/73d50cc9a65bdb9378b107222117e12f/88midyg/Eeimzx6pn/tumblr_static_8056e8dfffae194e7ae695c9206db08a.jpg);
  background-size:cover;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.text {
  background-image: url(https://previews.123rf.com/images/kchung/kchung1502/kchung150200566/36509980-colorful-adorable-seamless-floral-pattern-over-beige-background.jpg);
  background-image: url(/images/dark-bg.jpg );
  background-size: 30%;
  text-transform: uppercase;
  vertical-align: middle;
  align-self: center;
  font-size: 25vw;
  font-weight: bold;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.input {
  clear: both;
  border:0px;
  font-size: 50px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
}

.input input {
  font-size: 50px;
  bottom: 0px;
  text-align: center;
  width: 300px;
  text-transform: uppercase;
}