	@import url('https://fonts.googleapis.com/css2?family=Creepster&family=Reggae+One&display=swap');
p {
    font-family: 'Reggae One', serif;
}
body {
    font-family: 'Creepster', serif;
	background:#ff99e2;
	color:white;
	cursor: url("/flower1g.png");
}
a{
	color:lime;
	cursor:url("/flower2g.png");
}
#content{
	margin:auto;
	width:50%;
	text-align:left;
	border-width:8px;
	border-color:#ffccf1;
	border-style:groove;
	padding:2%;
	background:#ff33c9;
}
#header {
	margin:auto;
	width:75%;
	text-align:justify;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}