body, html {
  height: 100%;
  display: grid;
}
span {
  margin: auto;
    align-content: center;
    text-align: center;
    position: absolute;
    top: 0, 50%;
}
h1 {
    font-family: 'Arima Madurai', cursive;
    text-align: center;
    font-weight: 100;
    font-size: 4em;
    line-height: 10%;
}
h2 {
    font-family: 'Arima Madurai', cursive;
    text-align: center;
    font-weight: 300;
    font-size: 1.75em;
}
.motto {
    font-family: 'Arima Madurai', cursive;
    text-align: ;
    font-weight: 300;
    font-size: 1.75em;
}
.heart-img {
	// width: 70%;
	// height: auto;
	// display: inline;
	padding-top: 10px;
	padding-bottom: 20px;
}
.body-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-align: center;
}
.body-text-emph {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 600i;
}
.fine-print {
	font-size: 90%;
	color: #999;
}