* {
	box-sizing: border-box;
}
html, body {
	color: #000;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}
body {
	background: #b783bd;
}
body:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom; 0;
	height: 100vh;
	width: 100vw;
	z-index: -1000;
	background: linear-gradient(45deg, #b15195 0%, #b783bd 40%, #b783bd 60%, #91278f 100%);
}
body:after {
	z-index: -1000;
	content: "";
	background: url(right-flowers.png) right bottom no-repeat;
	background-size: contain;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 484px;
	height: 224px;
	max-width: 50%;
}
body > .vevent {
	background: url(left-flowers.png) top left no-repeat;
	padding-top: 1em;
}
a, a:visited {
	color: #fff;
	text-decoration: none;
}
a:active, a:hover {
	color: #000;
}

body > .vevent > h1 { margin-top: 0; }
h1 > a, h1 > a:visited {
	color: #000;
}

label, textarea { display: block; }
input, button {
	border: 1px solid black;
	border-radius: 0.3em;
}

form > label, fieldset {
	margin-top: 1em;
	margin-bottom: 1em;
}
