body{
  margin: 0px 0px;
  padding: 0px 0px;
}

main{
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0px 0px;
  padding: 0px 0px;
}

.wrapper{
  display: block;
  position: absolute;
  margin: 0px 0px;
  padding: 0px 0px;
  width: 100%;
  max-width: 900px;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#lady-container{
  display: block;
  position: relative;
  width: 100%;
  margin: 60px auto 20px auto;
  padding: 0px 0px;
}

#quote-container{
  display: block;
  float: left;
  position: relative;
  width: calc(100% - 40px);
  font-family: 'Handlee', cursive;
  text-align: center;
  padding: 20px 20px;
  margin: 0px auto;
  font-weight: bold;
  color: #222222;
  font-size: 1.25em;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
}
.hr-text:before {
  content: "";
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}