::selection {
    background: rgba(255,255,255,0.1);
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	min-height: 100%;
	text-shadow: 0.08em 0.08em 0 rgba(0,0,0,0.1);
	font-style: italic;
	background: #ffbd17;
}
#container {
	width: 100%;
	height: 100%;
}

#quote {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.heart {
	font-style: normal;
	font-size: 0.5em;
}
.heart-dot {
	font-style: normal;
	font-size: 0.2em;
}