* {
	box-sizing: border-box;
}

body {
	font-family: 'Merriweather', serif;
	background: #E5E7E7;
	color: #25221E;
	margin: min(10vw, 10vh);
	text-align: center;
}

svg {
	width: 82vmin;
	height: 82vmin;
	
	position: absolute;
	z-index: 1;
	margin: auto;
	left: 0; right: 0;
	top: 0; bottom: 0;
	
	transform: scale(0);
	transform-origin: center center;
	overflow: visible;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	z-index: 1;

	text-shadow: 0 0 2.5px #E5E7E7, 0 0 5px #E5E7E7, 0 0 7.5px #E5E7E7, 0 0 10px #E5E7E7, 0 0 12.5px #E5E7E7, 0 0 15px #E5E7E7, 0 0 17.5px #E5E7E7;
}

#heart {
	fill: #F285A2;
}

/*#string {
	width: 5px;
	height: max(100vw, 100vh);
	background: #25221E;
	
	position: absolute;
	top: calc(50vh - max(100vw, 100vh)); left: 50vw;
	z-index: 0;

	opacity: 0;
}
*/
