body {
        padding: 0;
        margin: 0;
}

h1, p {
	text-align: center;
	font-family: "Stack Sans Text", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
        padding: 0;
        margin: 0;
	position: relative;
	z-index: 2;
}

p {
	font-weight: 200;
}

#kylie {
        max-height: 890px;
	bottom: 0;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
